summaryrefslogtreecommitdiff
path: root/sysutils/gamin
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gamin')
-rw-r--r--sysutils/gamin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gamin/Makefile b/sysutils/gamin/Makefile
index a66aefc4623..207dde996ab 100644
--- a/sysutils/gamin/Makefile
+++ b/sysutils/gamin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/05 20:51:00 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:19 rillig Exp $
DISTNAME= gamin-0.1.5
PKGREVISION= 1
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --without-threads
-CONFIGURE_ARGS+= --with-html-dir=${DOCDIR}
+CONFIGURE_ARGS+= --with-html-dir=${DOCDIR:Q}
# glib2/buildlink3.mk pulls in gettext-lib/buildlink3.mk, but the gamin
# libraries don't need to be linked against -lintl automatically.