summaryrefslogtreecommitdiff
path: root/devel/libsmi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsmi/Makefile')
-rw-r--r--devel/libsmi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsmi/Makefile b/devel/libsmi/Makefile
index 9971c23144b..114e853b96a 100644
--- a/devel/libsmi/Makefile
+++ b/devel/libsmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:06 rillig Exp $
#
DISTNAME= libsmi-0.1.6
@@ -15,7 +15,7 @@ MIBDIR= ${PREFIX}/share/libsmi/mibs
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-mibdir="${MIBDIR}"
+CONFIGURE_ARGS+=--with-mibdir=${MIBDIR:Q}
# this might make it easier to use scotty's and ucd-snmp's mibs,
# and local ones too
CONFIGURE_ARGS+=--with-smipath="${MIBDIR}:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs"