diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /sysutils/ups-nut | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'sysutils/ups-nut')
-rw-r--r-- | sysutils/ups-nut/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 10ed8402c2f..15ec5e07d57 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/12/05 20:51:01 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:20 rillig Exp $ # DISTNAME= nut-2.0.1 @@ -12,15 +12,15 @@ COMMENT= Network UPS Tools USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR} \ - --datadir=${NUT_DATADIR} \ - --localstatedir=${NUT_STATEDIR} \ - --with-user=${NUT_USER} \ - --with-group=${NUT_GROUP} \ - --with-statepath=${NUT_STATEDIR} \ - --with-drvpath=${NUT_DRVDIR} \ - --with-altpidpath=${NUT_STATEDIR} \ - --with-pidpath=${NUT_STATEDIR} +CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR:Q} \ + --datadir=${NUT_DATADIR:Q} \ + --localstatedir=${NUT_STATEDIR:Q} \ + --with-user=${NUT_USER:Q} \ + --with-group=${NUT_GROUP:Q} \ + --with-statepath=${NUT_STATEDIR:Q} \ + --with-drvpath=${NUT_DRVDIR:Q} \ + --with-altpidpath=${NUT_STATEDIR:Q} \ + --with-pidpath=${NUT_STATEDIR:Q} PKG_SYSCONFSUBDIR?= nut NUT_CONFDIR= ${PKG_SYSCONFDIR} |