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 /net/mydns-pgsql | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r-- | net/mydns-pgsql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common index 9918abbc44e..e5e3d3289ef 100644 --- a/net/mydns-pgsql/Makefile.common +++ b/net/mydns-pgsql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2005/11/05 12:24:35 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/12/05 23:55:14 rillig Exp $ DISTNAME= mydns-1.0.0 CATEGORIES= net @@ -12,7 +12,7 @@ GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_PKGINSTALL= YES -CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} MYDNS_USER?= mydns MYDNS_GROUP?= mydns |