aboutsummaryrefslogtreecommitdiff
path: root/net/flowgrep
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:05:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:05:04 +0000
commitda9e8e369873e5bcf17fa5e9cce9a0350245ebb5 (patch)
tree33d001e1df88db9c293efc233cbfe3fb85f74826 /net/flowgrep
parent7a14a5009802388ba7810e6316fe67a3a9e9daec (diff)
downloadports-da9e8e369873e5bcf17fa5e9cce9a0350245ebb5.tar.gz
ports-da9e8e369873e5bcf17fa5e9cce9a0350245ebb5.zip
Notes
Diffstat (limited to 'net/flowgrep')
-rw-r--r--net/flowgrep/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/flowgrep/Makefile b/net/flowgrep/Makefile
index 5035185b5970..e3482c926b9b 100644
--- a/net/flowgrep/Makefile
+++ b/net/flowgrep/Makefile
@@ -16,13 +16,11 @@ USE_PYTHON= yes
NO_BUILD= yes
-PLIST_FILES= sbin/flowgrep
+PLIST_FILES= sbin/flowgrep man/man8/flowgrep.8.gz
-MAN8= flowgrep.8
-
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py ${PREFIX}/sbin/flowgrep
- ${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${PREFIX}/man/man8/flowgrep.8
+ ${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py \
+ ${STAGEDIR}${PREFIX}/sbin/flowgrep
+ ${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>