pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mbrowse Instead of the bogus path for the net-snmp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/581e2119032c
branches: trunk
changeset: 530430:581e2119032c
user: heinz <heinz%pkgsrc.org@localhost>
date: Sat Jun 30 13:28:06 2007 +0000
description:
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:
net/mbrowse/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r df61908b107a -r 581e2119032c net/mbrowse/Makefile
--- a/net/mbrowse/Makefile Sat Jun 30 13:21:13 2007 +0000
+++ b/net/mbrowse/Makefile Sat Jun 30 13:28:06 2007 +0000
@@ -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 @@
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 && \
Home |
Main Index |
Thread Index |
Old Index