diff options
author | Murray Stokely <murray@FreeBSD.org> | 2003-05-03 07:54:31 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2003-05-03 07:54:31 +0000 |
commit | 31d411276a372f305f1aa062894cef3c7f9fe37e (patch) | |
tree | 060af79902bda7f3af4e80545a805183ef7fee22 /comms/efax | |
parent | 3b750f6003268b56dd9fcd3099ce9144d73ab24b (diff) | |
download | ports-31d411276a372f305f1aa062894cef3c7f9fe37e.tar.gz ports-31d411276a372f305f1aa062894cef3c7f9fe37e.zip |
Notes
Diffstat (limited to 'comms/efax')
-rw-r--r-- | comms/efax/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/efax/Makefile b/comms/efax/Makefile index a50c2a56fce3..ab73cd2753c5 100644 --- a/comms/efax/Makefile +++ b/comms/efax/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://shino.pos.to/linux/ MAINTAINER= mita@FreeBSD.org COMMENT= Fax send/receive program -FORBIDDEN= "Buffer overflow yielding setuid uucp" - RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage USE_GMAKE= YES @@ -32,8 +30,6 @@ post-build: ${WRKSRC}/fax post-install: - ${CHOWN} uucp:dialer ${PREFIX}/bin/efax - ${CHMOD} 4755 ${PREFIX}/bin/efax ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample.ja ${PREFIX}/etc ${MKDIR} ${DOCDIR} |