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 /chat/bitlbee | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.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/Makefile | 10 |
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 |