diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /converters | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/psiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 9a594a7a68f..3deb42a4e08 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/04/20 13:10:06 adam Exp $ +# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:03 rillig Exp $ DISTNAME= psiconv-0.9.7 CATEGORIES= converters @@ -12,7 +12,7 @@ USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-imagemagick -CONFIGURE_ARGS+= --with-etcdir=${EGDIR} +CONFIGURE_ARGS+= --with-etcdir=${EGDIR:Q} EGDIR= ${PREFIX}/share/examples/psiconv CONF_FILES+= ${EGDIR}/psiconv.conf ${PKG_SYSCONFDIR}/psiconv.conf |