From 39e2e0f4c15666ee78b41fbc82b145b4cb5c61be Mon Sep 17 00:00:00 2001 From: olgeni Date: Tue, 29 Nov 2011 13:44:17 +0000 Subject: Fix installation and removal of sample config file. Feature safe: yes --- net/tcpxd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'net/tcpxd') 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 -- cgit