diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 16:04:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 16:04:25 +0800 |
commit | a733c13145d7ad7c84857f0c93b9ec905ac8becc (patch) | |
tree | 25113188d66d8d7e2145363b7bf4196aad2a44de | |
parent | 05ad96c658b91d7e0f90ca593164fcfadf5a3e92 (diff) | |
download | freebsd-ports-graphics-a733c13145d7ad7c84857f0c93b9ec905ac8becc.tar.gz freebsd-ports-graphics-a733c13145d7ad7c84857f0c93b9ec905ac8becc.tar.zst freebsd-ports-graphics-a733c13145d7ad7c84857f0c93b9ec905ac8becc.zip |
Mark as broken: fails to install.
-rw-r--r-- | comms/gfax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index 5e7b7f6a90e..45d0c478d34 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -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 \ |