aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 16:03:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 16:03:51 +0000
commit261e7e0c4ea6511cc665bb98644ed3b0116806bb (patch)
tree76b1b76e9553c8eb42990d04ff15c5e0d8bfc401 /net-mgmt
parent0c416b4f8fa6843f3588c79b4dc8b348cdf0047e (diff)
downloadports-261e7e0c4ea6511cc665bb98644ed3b0116806bb.tar.gz
ports-261e7e0c4ea6511cc665bb98644ed3b0116806bb.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/mtrace/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/mtrace/Makefile b/net-mgmt/mtrace/Makefile
index 2a02525f482d..e46d6a053c30 100644
--- a/net-mgmt/mtrace/Makefile
+++ b/net-mgmt/mtrace/Makefile
@@ -9,15 +9,12 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Multicast traceroute program for IPv4
-MAN8= mtrace.8
+PLIST_FILES= sbin/mtrace man/man8/mtrace.8.gz
ALL_TARGET= mtrace
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${PREFIX}/sbin/mtrace
- ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${PREFIX}/man/man8
-
-PLIST_FILES= sbin/mtrace
+ ${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>