aboutsummaryrefslogtreecommitdiff
path: root/net/traceroute
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:32:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:32:41 +0000
commit96545c759eb7e202b5530d35d4601f3ee85aa894 (patch)
tree3b18adb00cffd6d864add2b6b439bf51bddb1367 /net/traceroute
parentc0dd21f519ec43f3eb8aca190a8a7243bea13cf4 (diff)
Notes
Diffstat (limited to 'net/traceroute')
-rw-r--r--net/traceroute/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/traceroute/Makefile b/net/traceroute/Makefile
index b781aac884f9..a1a660e0d6cf 100644
--- a/net/traceroute/Makefile
+++ b/net/traceroute/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= traceroute
-PORTVERSION= ${RELEASEDATE}
+PORTVERSION= ${RELEASEDATE}
CATEGORIES= net
MASTER_SITES= http://mitya.pp.ru/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,12 +13,12 @@ COMMENT= Version of 'traceroute' that shows the AS network number of each hop
RELEASEDATE= 991603
NO_WRKSUBDIR= yes
-MAN8= traceroute.8
-PLIST_FILES= sbin/traceroute
+PLIST_FILES= sbin/traceroute man/man8/traceroute.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${PREFIX}/man/man8
+ ${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute \
+ ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${STAGEDIR}${PREFIX}/man/man8
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/traceroute
.include <bsd.port.mk>