diff options
author | cube <cube@pkgsrc.org> | 2003-11-07 05:13:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-11-07 05:13:05 +0000 |
commit | 9c4deee05161c1f990fa318f83fb749830c73e39 (patch) | |
tree | 9c130698e703934d4565ca53acbed9c01f9acf95 /net | |
parent | c7d0ee7102a91ef67ef080a2c076949e18d5065b (diff) | |
download | pkgsrc-9c4deee05161c1f990fa318f83fb749830c73e39.tar.gz |
Nothing in pkgsrc creates a lib/tcl/tnm3.0.0 path, so remove it from the
MIB search PATH.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 84d2f183b2a..ede288d2214 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/10/30 08:36:03 cube Exp $ +# $NetBSD: Makefile,v 1.13 2003/11/07 05:13:05 cube Exp $ DISTNAME= net-snmp-5.0.9 CATEGORIES= net @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 NET_SNMP_SYS_CONTACT?= default_user@contact.domain NET_SNMP_SYS_LOCATION?= defaultlocation NET_SNMP_PERSISTENTDIR?= /var/net-snmp -NET_SNMP_MIBDIRS?= \$$HOME/.snmp/mibs:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2.1.10/mibs:/usr/local/share/snmp/mibs:${PREFIX}/lib/tcl/tnm3.0.0/mibs +NET_SNMP_MIBDIRS?= \$$HOME/.snmp/mibs:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2.1.10/mibs:/usr/local/share/snmp/mibs USE_BUILDLINK2= yes USE_PKGINSTALL= yes |