summaryrefslogtreecommitdiff
path: root/chat/bitlbee
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /chat/bitlbee
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r--chat/bitlbee/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 3b9dd616739..eca8ee73ffd 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2005/12/05 23:55:02 rillig Exp $
#
DISTNAME= bitlbee-0.99
@@ -13,11 +13,11 @@ HAS_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_PKGINSTALL= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin
-CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --datadir=${DATADIR}
-CONFIGURE_ARGS+= --config=${STATEDIR}
+CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
+CONFIGURE_ARGS+= --config=${STATEDIR:Q}
CONFIGURE_ARGS+= --flood=1
CONFIGURE_ARGS+= --ssl=openssl