pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/net-snmp Use PKG_SYSCONFDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a0f5d3b49cc
branches:  trunk
changeset: 506533:9a0f5d3b49cc
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Jan 18 18:14:18 2006 +0000

description:
Use PKG_SYSCONFDIR.

diffstat:

 net/net-snmp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 935db409ba6a -r 9a0f5d3b49cc net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Wed Jan 18 18:03:08 2006 +0000
+++ b/net/net-snmp/Makefile     Wed Jan 18 18:14:18 2006 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index