diff options
author | wiz <wiz> | 2000-08-14 23:48:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 23:48:24 +0000 |
commit | 313e1a4df4ebf1a2ec516237cc6d87946a87ec61 (patch) | |
tree | 43c3a5018b4cf8efacba168166369c410a867d30 /net/ucd-snmp | |
parent | c182dcfa4fed2edefcfe85a934494472d6c5516b (diff) | |
download | pkgsrc-313e1a4df4ebf1a2ec516237cc6d87946a87ec61.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r-- | net/ucd-snmp/Makefile | 5 | ||||
-rw-r--r-- | net/ucd-snmp/pkg/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 87acfa6e378..f0eba55eff9 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:37 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/08/14 23:48:24 wiz Exp $ # FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp # @@ -18,9 +18,10 @@ HOMEPAGE= http://ucd-snmp.ucdavis.edu/ BUILD_DEPENDS+= autoreconf:../../devel/autoconf BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-defaults --with-libwrap --with-logfile="/var/log/snmpd" diff --git a/net/ucd-snmp/pkg/PLIST b/net/ucd-snmp/pkg/PLIST index 52915f6e938..732458bcdb9 100644 --- a/net/ucd-snmp/pkg/PLIST +++ b/net/ucd-snmp/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2000/01/23 10:41:11 itojun Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/08/14 23:48:24 wiz Exp $ bin/encode_keychange bin/snmpbulkwalk bin/snmpcheck @@ -32,6 +32,7 @@ include/ucd-snmp/ucd-snmp-config.h include/ucd-snmp/ucd-snmp-includes.h include/ucd-snmp/version.h lib/libsnmp.a +lib/libsnmp.la lib/libsnmp.so.0.0 man/man1/snmpbulkwalk.1 man/man1/snmpcmd.1 |