diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-11-29 21:44:17 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-11-29 21:44:17 +0800 |
commit | 39e2e0f4c15666ee78b41fbc82b145b4cb5c61be (patch) | |
tree | 2a4bd2d8997a5cce04a315e81d55cbada5124968 | |
parent | b3c67490a1c30bbb47974c5dc9c844ff0115a600 (diff) | |
download | freebsd-ports-gnome-39e2e0f4c15666ee78b41fbc82b145b4cb5c61be.tar.gz freebsd-ports-gnome-39e2e0f4c15666ee78b41fbc82b145b4cb5c61be.tar.zst freebsd-ports-gnome-39e2e0f4c15666ee78b41fbc82b145b4cb5c61be.zip |
Fix installation and removal of sample config file.
Feature safe: yes
-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> |