summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /sysutils/ups-nut
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.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/Makefile20
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}