summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-05-25 06:37:32 +0000
committertron <tron@pkgsrc.org>2002-05-25 06:37:32 +0000
commitdcfdaa258dc4356c016e1c61638b86cded3d3929 (patch)
treea5b9b57bfad7eeb74f619642933a8beee04c3bc5 /net/ucd-snmp
parentc72bd97cd4b788d77f7af4f679d3b5377bb7bf0b (diff)
downloadpkgsrc-dcfdaa258dc4356c016e1c61638b86cded3d3929.tar.gz
Wrap unnecessary long line.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index 6007690784f..93656231e5d 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/04/11 09:44:04 tron Exp $
+# $NetBSD: Makefile,v 1.42 2002/05/25 06:37:32 tron Exp $
DISTNAME= ucd-snmp-4.2.4
CATEGORIES= net
@@ -28,7 +28,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
#LDFLAGS+= -L${BUILDLINK_DIR}/lib
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-defaults --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers} --with-logfile="/var/log/snmpd"
+CONFIGURE_ARGS+=--with-defaults --with-logfile="/var/log/snmpd"
+CONFIGURE_ARGS+=--with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
CONFIGURE_ARGS+=--with-mib-modules="smux host"
# NOTE: if you do not allow dummy values some tools such as
# scotty/tkined may ignore results when they shouldn't.
@@ -42,6 +43,7 @@ CONFIGURE_ARGS+=--enable-ipv6
.else
CONFIGURE_ARGS+=--disable-ipv6
.endif
+CONFIGURE_SCRIPT= ${SH} -x ./configure
# this might make it easier to use scotty's mibs, and local ones too
CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2.1.10/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs"