diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index cc44247ea..c8a2e75a5 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -3,7 +3,7 @@ # Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> # # $FreeBSD$ -# $Id: Makefile,v 1.1 2007-07-23 19:35:50 mezz Exp $ +# $Id: Makefile,v 1.2 2007-10-08 19:42:49 mezz Exp $ # PORTNAME= gfax @@ -28,6 +28,8 @@ STRIP= GCONF_SCHEMAS= gfax.schemas +BROKEN= fails to install + post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/gfax.in \ |