aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-24 23:17:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-24 23:17:50 +0800
commit236a914a7e8e6c669261ed6b079476974c73f92f (patch)
tree9f5a0996d4c1c37f50e36b2fb91012f8f4af33f0 /net
parent30509ecf27477e9276b79fd9ea5fe23adffa3920 (diff)
downloadfreebsd-ports-gnome-236a914a7e8e6c669261ed6b079476974c73f92f.tar.gz
freebsd-ports-gnome-236a914a7e8e6c669261ed6b079476974c73f92f.tar.zst
freebsd-ports-gnome-236a914a7e8e6c669261ed6b079476974c73f92f.zip
Support staging
Diffstat (limited to 'net')
-rw-r--r--net/tableutil/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/tableutil/Makefile b/net/tableutil/Makefile
index c2c34eaa2256..488e32fbcec8 100644
--- a/net/tableutil/Makefile
+++ b/net/tableutil/Makefile
@@ -9,12 +9,10 @@ MASTER_SITES= http://expiretable.fnord.se/
MAINTAINER= jameskamlyn@gmail.com
COMMENT= Utility for converting and aggregating lists of IP addresses
-PLIST_FILES= bin/tableutil
-MAN1= tableutil.1
+PLIST_FILES= bin/tableutil man/man1/tableutil.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>