summaryrefslogtreecommitdiff
path: root/net/xtraceroute
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 15:50:42 +0000
committergrant <grant@pkgsrc.org>2004-12-18 15:50:42 +0000
commitb113f54a560bd1853024c28e3b94b3251dd03b21 (patch)
tree6efd19b80d31d0e8006108358255c621c061053c /net/xtraceroute
parentfafc14b844356773423398225f6727d68ff0e8ad (diff)
downloadpkgsrc-b113f54a560bd1853024c28e3b94b3251dd03b21.tar.gz
explicitly specify path to traceroute binary on irix 5.
fixes PR pkg/27769 from Georg Schwarz.
Diffstat (limited to 'net/xtraceroute')
-rw-r--r--net/xtraceroute/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index c8e8a78bc60..4e6598ba24e 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $
+# $NetBSD: Makefile,v 1.37 2004/12/18 15:50:42 grant Exp $
#
DISTNAME= xtraceroute-0.8.14
@@ -26,6 +26,11 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
CONFIGURE_ARGS+= --with-lib-MesaGL
+.include "../../mk/bsd.prefs.mk"
+.if !empty(LOWER_OPSYS:Mirix5*)
+CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute
+.endif
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute/hosts.cache