diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /www/htdig | |
parent | 5a69276df89a294f862a5e2d84034200f2c262a4 (diff) | |
download | pkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/htdig')
-rw-r--r-- | www/htdig/Makefile | 6 |
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" |