summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2006-01-18 18:14:18 +0000
committerkim <kim@pkgsrc.org>2006-01-18 18:14:18 +0000
commit0acf0ebebe76d25bcc0cf4f3d71b3813f9346068 (patch)
treeace03f499082904bf37e974659a540741c21a048 /net/net-snmp
parentca35caf06f9ab54d4770282e372f3c764f51c294 (diff)
downloadpkgsrc-0acf0ebebe76d25bcc0cf4f3d71b3813f9346068.tar.gz
Use PKG_SYSCONFDIR.
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 5cf3aa516ed..2c12a5503fb 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2005/12/29 06:22:00 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2006/01/18 18:14:18 kim Exp $
DISTNAME= net-snmp-5.2.1.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/
@@ -43,6 +43,7 @@ NET_SNMP_MIBDIRS?= \$$HOME/.snmp/mibs:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/t
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-defaults
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}/lib
CONFIGURE_ARGS+= --with-sys-contact=${NET_SNMP_SYS_CONTACT:Q}
CONFIGURE_ARGS+= --with-sys-location=${NET_SNMP_SYS_LOCATION:Q}