summaryrefslogtreecommitdiff
path: root/net/tcptraceroute
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-02-18 18:54:23 +0000
committeradrianp <adrianp@pkgsrc.org>2007-02-18 18:54:23 +0000
commit5e82482f1fdb99365384babf5e259daedf5ed000 (patch)
treea288cb4f084a313d25d2e9502b986a29962bedb8 /net/tcptraceroute
parent446c26a5121d303e7972af0ab818a5af57bd4e2c (diff)
downloadpkgsrc-5e82482f1fdb99365384babf5e259daedf5ed000.tar.gz
buildlink updates and patches to handle the new libnet package structure
bump PKGREVISION
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r--net/tcptraceroute/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile
index 993d525bee3..89392406a81 100644
--- a/net/tcptraceroute/Makefile
+++ b/net/tcptraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:07 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/02/18 18:58:55 adrianp Exp $
#
DISTNAME= tcptraceroute-1.4
@@ -10,9 +10,6 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://michael.toren.net/code/tcptraceroute/
COMMENT= Traceroute implementation using TCP packets
-
-BUILDLINK_API_DEPENDS.libnet+= libnet-1.0.*
-
BUILD_TARGET= tcptraceroute
DOCDIR= ${PREFIX}/share/doc/tcptraceroute
@@ -20,6 +17,12 @@ BINMODE= 4711
.include "../../mk/bsd.prefs.mk"
+SUBST_CLASSES+= conf
+SUBST_STAGE.conf= pre-build
+SUBST_FILES.conf= Makefile
+SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
+SUBST_MESSAGE.conf= Fixing configuration script.
+
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
do-install:
@@ -28,7 +31,7 @@ do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/examples.txt ${DOCDIR}
-.include "../../devel/libnet/buildlink3.mk"
+.include "../../devel/libnet10/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"