diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
commit | 43d34be219cb0ba9208a2ed402dd573debc7b807 (patch) | |
tree | 995c2f34a1ca10858e58e3e65fe2d19a13429ea1 /comms | |
parent | 9fe714a6410c45ae00f7b6954860e1efdc681579 (diff) | |
download | marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.gz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.zst marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9736 df743ca5-7f9a-e211-a948-0013205c9059
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 \ |