aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpick/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-07 21:46:31 +0800
committermiwi <miwi@FreeBSD.org>2014-03-07 21:46:31 +0800
commitc72fca08a252103e3fef47b4ffb87c6c2521fde1 (patch)
tree7acabd20c18bce8d5a52113872a606d63fc8bf75 /net/tcpick/Makefile
parent013a7d691952492d9bc9748869366b4743878d60 (diff)
downloadfreebsd-ports-gnome-c72fca08a252103e3fef47b4ffb87c6c2521fde1.tar.gz
freebsd-ports-gnome-c72fca08a252103e3fef47b4ffb87c6c2521fde1.tar.zst
freebsd-ports-gnome-c72fca08a252103e3fef47b4ffb87c6c2521fde1.zip
- Stage support
Diffstat (limited to 'net/tcpick/Makefile')
-rw-r--r--net/tcpick/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile
index 9d4a3873f0d2..6ae685ad30ea 100644
--- a/net/tcpick/Makefile
+++ b/net/tcpick/Makefile
@@ -13,12 +13,8 @@ COMMENT= Text-based TCP stream sniffer
GNU_CONFIGURE= yes
USE_CSTD= gnu89
-MANLANG= "" it
-MAN8= tcpick.8
-
-NO_STAGE= yes
post-install:
- ${MKDIR} ${PREFIX}/man/it/man8
- ${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8
+ ${MKDIR} ${STAGEDIR}${PREFIX}/man/it/man8
+ ${MV} ${STAGEDIR}${PREFIX}/man/man8/tcpick_italian.8 ${STAGEDIR}${PREFIX}/man/it/man8/tcpick.8
.include <bsd.port.mk>