diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-06 18:30:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-06 18:30:43 +0000 |
commit | 7e78a9bf31e8a259b4c8e158afd311e9aefd6aca (patch) | |
tree | bf18d2df9fba5478c67ff70d385d367fe23d928d /net/tcptraceroute | |
parent | 1e1e34e4618d4d653906063307c02c7b3bfd8508 (diff) | |
download | ports-7e78a9bf31e8a259b4c8e158afd311e9aefd6aca.tar.gz ports-7e78a9bf31e8a259b4c8e158afd311e9aefd6aca.zip |
Notes
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r-- | net/tcptraceroute/Makefile | 13 | ||||
-rw-r--r-- | net/tcptraceroute/files/patch-Makefile | 4 | ||||
-rw-r--r-- | net/tcptraceroute/pkg-descr | 2 | ||||
-rw-r--r-- | net/tcptraceroute/pkg-plist | 4 |
4 files changed, 9 insertions, 14 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> diff --git a/net/tcptraceroute/files/patch-Makefile b/net/tcptraceroute/files/patch-Makefile index f137ff657f9d..3edd31ed9068 100644 --- a/net/tcptraceroute/files/patch-Makefile +++ b/net/tcptraceroute/files/patch-Makefile @@ -29,8 +29,8 @@ install: tcptraceroute - install -D tcptraceroute $(DESTDIR)/tcptraceroute -+ install -c -s tcptraceroute $(BINDIR)/tcptraceroute -+ install -c -m 444 tcptraceroute.8 $(MANDIR)/man8/tcptraceroute.8 ++ install -c -s tcptraceroute $(DESTDIR)$(BINDIR)/tcptraceroute ++ install -c -m 444 tcptraceroute.8 $(DESTDIR)$(MANDIR)/man8/tcptraceroute.8 distrib: clean changelog man diff --git a/net/tcptraceroute/pkg-descr b/net/tcptraceroute/pkg-descr index 35920dc8ed50..46f41ba20522 100644 --- a/net/tcptraceroute/pkg-descr +++ b/net/tcptraceroute/pkg-descr @@ -15,4 +15,4 @@ listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters. -WWW: http://michael.toren.net/code/tcptraceroute/ +WWW: https://github.com/mct/tcptraceroute diff --git a/net/tcptraceroute/pkg-plist b/net/tcptraceroute/pkg-plist index cbdc4f42fa33..d7390d954fe8 100644 --- a/net/tcptraceroute/pkg-plist +++ b/net/tcptraceroute/pkg-plist @@ -1,2 +1,4 @@ -@comment $FreeBSD$ +man/man8/tcptraceroute.8.gz +@mode 4555 sbin/tcptraceroute +@mode |