aboutsummaryrefslogtreecommitdiffstats
path: root/net/nifmon
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-24 21:57:35 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-24 21:57:35 +0800
commitf51cd5672b51452b1ab19a69b2d798dce1bc3fca (patch)
treeee9246f085850a7d6d743166da98a6622420dd87 /net/nifmon
parentf7fa4011322334e2d7c3401107346e6b15ed8cb8 (diff)
downloadfreebsd-ports-gnome-f51cd5672b51452b1ab19a69b2d798dce1bc3fca.tar.gz
freebsd-ports-gnome-f51cd5672b51452b1ab19a69b2d798dce1bc3fca.tar.zst
freebsd-ports-gnome-f51cd5672b51452b1ab19a69b2d798dce1bc3fca.zip
Support staging
Diffstat (limited to 'net/nifmon')
-rw-r--r--net/nifmon/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/nifmon/Makefile b/net/nifmon/Makefile
index 7c9b3b0d79eb..1fb74d502b3b 100644
--- a/net/nifmon/Makefile
+++ b/net/nifmon/Makefile
@@ -9,12 +9,10 @@ MASTER_SITES= http://www.freebsd-support.de/misc/
MAINTAINER= ports@FreeBSD.org
COMMENT= A curses based network interface monitoring tool
-MAN8= nifmon.8
-PLIST_FILES= bin/nifmon
+PLIST_FILES= bin/nifmon man/man8/nifmon.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nifmon ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nifmon.8 ${PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/nifmon ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nifmon.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>