diff options
Diffstat (limited to 'net/tcpxd')
-rw-r--r-- | net/tcpxd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/tcpxd/Makefile b/net/tcpxd/Makefile index f3365dc489e5..3679d83e0e10 100644 --- a/net/tcpxd/Makefile +++ b/net/tcpxd/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcpxd PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= net net-mgmt MASTER_SITES= http://fossies.org/unix/privat/ \ http://www.sourcefiles.org/Networking/Tools/Proxy/ \ @@ -20,10 +21,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= sbin/tcpxd etc/tcpxd.conf - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${PREFIX}/etc/tcpxd.conf + @${INSTALL_PROGRAM} ${WRKSRC}/tcpxd ${PREFIX}/sbin + @${INSTALL_DATA} ${WRKSRC}/tcpxd.conf ${PREFIX}/etc/tcpxd.conf.dist .include <bsd.port.mk> |