aboutsummaryrefslogtreecommitdiff
path: root/net/tcptraceroute/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-06 18:30:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-06 18:30:43 +0000
commit7e78a9bf31e8a259b4c8e158afd311e9aefd6aca (patch)
treebf18d2df9fba5478c67ff70d385d367fe23d928d /net/tcptraceroute/Makefile
parent1e1e34e4618d4d653906063307c02c7b3bfd8508 (diff)
downloadports-7e78a9bf31e8a259b4c8e158afd311e9aefd6aca.tar.gz
ports-7e78a9bf31e8a259b4c8e158afd311e9aefd6aca.zip
- Add LICENSE
- Support STAGEDIR - Cleanup Makefile - Update WWW
Notes
Notes: svn path=/head/; revision=329615
Diffstat (limited to 'net/tcptraceroute/Makefile')
-rw-r--r--net/tcptraceroute/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile
index 72d8f2ee358b..a08ca62344a0 100644
--- a/net/tcptraceroute/Makefile
+++ b/net/tcptraceroute/Makefile
@@ -11,18 +11,11 @@ MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traceroute implementation using TCP packets
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
+LICENSE= GPLv2
-MAN8= tcptraceroute.8
+BUILD_DEPENDS= ${LOCALBASE}/bin/libnet10-config:${PORTSDIR}/net/libnet10
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \
- ${WRKSRC}/${MAKEFILE}
-
-post-install:
- @${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
+ @${REINPLACE_CMD} -e 's|libnet-config|libnet10-config|' ${WRKSRC}/Makefile
.include <bsd.port.mk>