summaryrefslogtreecommitdiff
path: root/www/htdig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/htdig/Makefile')
-rw-r--r--www/htdig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile
index 780fd18dc97..731dbd37f27 100644
--- a/www/htdig/Makefile
+++ b/www/htdig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/12/05 20:51:12 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2005/12/05 23:55:22 rillig Exp $
DISTNAME= htdig-3.1.6
PKGREVISION= 3
@@ -23,8 +23,8 @@ USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \
--with-common-dir=${PREFIX}/share/htdig/common \
- --with-config-dir=${PKG_SYSCONFDIR} \
- --with-database-dir=${DBDIR} \
+ --with-config-dir=${PKG_SYSCONFDIR:Q} \
+ --with-database-dir=${DBDIR:Q} \
--with-image-dir=${PREFIX}/share/examples/htdig \
--with-search-dir=${PREFIX}/share/examples/htdig
CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread"