summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorheinz <heinz>2007-06-30 13:28:06 +0000
committerheinz <heinz>2007-06-30 13:28:06 +0000
commit9c60e6edcf14f5a9f0bc301380491b9bd362d8c8 (patch)
tree5b3d703707bfbad6b1c99c5e26569cd09f6b8bfa /net
parentcc8ee8766ed98eb48347819d4d54e53ada8da5db (diff)
downloadpkgsrc-9c60e6edcf14f5a9f0bc301380491b9bd362d8c8.tar.gz
Instead of the bogus path for the net-snmp package use
"BUILDLINK_PREFIX.net-snmp". Hopefully this lets the package find net-snmp on Darwin. Acknowledged that the package can be installed to DESTDIR.
Diffstat (limited to 'net')
-rw-r--r--net/mbrowse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile
index eaf90cbb09c..a5c40fc2d50 100644
--- a/net/mbrowse/Makefile
+++ b/net/mbrowse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/05/06 17:12:33 heinz Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/30 13:28:06 heinz Exp $
DISTNAME= mbrowse-0.3.1
CATEGORIES= net
@@ -8,10 +8,11 @@ MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.kill-9.org/mbrowse/
COMMENT= Graphical SNMP MIB browser
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-snmp-prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --with-snmp-prefix=${BUILDLINK_PREFIX.net-snmp:Q}
pre-configure:
@ ${TEST} -r ${PKGDIR}/../../mk/gnu-config/missing && \