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 /textproc/ndtpd | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index e41ba40c5d7..820ab220dad 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/12/05 20:51:07 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:20 rillig Exp $ # DISTNAME= ndtpd-3.1.5 @@ -18,9 +18,9 @@ GNU_CONFIGURE= YES INFO_FILES= ndtpd-ja.info ndtpd.info -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR} -CONFIGURE_ARGS+= --with-logdir=${NDTPD_LOGDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR:Q} +CONFIGURE_ARGS+= --with-logdir=${NDTPD_LOGDIR:Q} CONFIGURE_ARGS+= --with-eb CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf |