summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /chat
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile10
-rw-r--r--chat/centericq/Makefile4
-rw-r--r--chat/dircproxy-devel/Makefile4
-rw-r--r--chat/dircproxy/Makefile4
-rw-r--r--chat/eggdrop/Makefile4
-rw-r--r--chat/gale/Makefile4
-rw-r--r--chat/gnomeicu/Makefile4
-rw-r--r--chat/gossip/Makefile4
-rw-r--r--chat/ircII/Makefile4
-rw-r--r--chat/ircd-hybrid/Makefile14
-rw-r--r--chat/ircu/Makefile4
-rw-r--r--chat/irssi/Makefile4
-rw-r--r--chat/jabberd2/Makefile4
-rw-r--r--chat/riece/Makefile8
-rw-r--r--chat/silc-client/Makefile6
-rw-r--r--chat/silc-server/Makefile4
-rw-r--r--chat/unrealircd/Makefile16
-rw-r--r--chat/unrealircd/options.mk6
-rw-r--r--chat/xchat/options.mk4
19 files changed, 56 insertions, 56 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
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index e90df3e215b..4d768e8338a 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2005/12/05 23:55:02 rillig Exp $
#
DISTNAME= centericq-4.21.0
@@ -17,7 +17,7 @@ USE_TOOLS+= gmake perl:run
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config
LIBS+= ${LDFLAGS}
diff --git a/chat/dircproxy-devel/Makefile b/chat/dircproxy-devel/Makefile
index 16084c4e29a..2843afb6348 100644
--- a/chat/dircproxy-devel/Makefile
+++ b/chat/dircproxy-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:02 rillig Exp $
DISTNAME= dircproxy-1.1.0
CATEGORIES= chat
@@ -16,7 +16,7 @@ CONFLICTS= dircproxy-1.0.[0-9]*
REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/dircproxy
CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile
index 33a892aaf96..4f9df3bc44c 100644
--- a/chat/dircproxy/Makefile
+++ b/chat/dircproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:02 rillig Exp $
DISTNAME= dircproxy-1.0.5
PKGREVISION= 2
@@ -17,7 +17,7 @@ CONFLICTS= dircproxy-1.1.[0-9]*
REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/dircproxy
CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile
index edb443ddf76..5e0f7d30241 100644
--- a/chat/eggdrop/Makefile
+++ b/chat/eggdrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:42 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:02 rillig Exp $
DISTNAME= eggdrop1.6.17
PKGNAME= eggdrop-1.6.17
@@ -13,7 +13,7 @@ COMMENT= IRC robot with TCL scripting and multi-channel ability
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
BUILD_DEFS+= USE_INET6
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include"
.include "../../mk/bsd.prefs.mk"
diff --git a/chat/gale/Makefile b/chat/gale/Makefile
index 31aa7130891..e75be26ded7 100644
--- a/chat/gale/Makefile
+++ b/chat/gale/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= gale-0.99fruit
PKGNAME= gale-0.99f
@@ -15,7 +15,7 @@ USE_GNU_READLINE= yes # needs rl_named_function()
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/liboopltconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= PROG_GLIB_CONFIG=${GLIB_CONFIG:Q}
CPPFLAGS+= -I${BUILDLINK_PREFIX.rsaref}/include/rsaref
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index f3a5b699000..1ce0d901ce8 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/08/10 20:56:13 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/12/05 23:55:02 rillig Exp $
DISTNAME= gnomeicu-0.99.5
CATEGORIES= chat gnome
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake pkg-config
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
-CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
+CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
EGDIR= ${PREFIX}/share/examples/gnomeicu
CONF_FILES= ${EGDIR}/sound/events/GnomeICU.soundlist \
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index bf400a5b9f1..909099c0280 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:02 rillig Exp $
#
DISTNAME= gossip-0.9
@@ -19,7 +19,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
GCONF2_SCHEMAS= gossip.schemas
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index b68e12eb16d..fb897c218cb 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2005/12/05 23:55:03 rillig Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -25,7 +25,7 @@ PLIST_SUBST+= VERS=${VERS:Q}
WRKSRC= ${WRKDIR}/ircii-${VERS}
GNU_CONFIGURE= yes
.if defined(DEFAULT_IRC_SERVER)
-CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER}
+CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER:Q}
.endif
# Note: this pkg auto-detects IPv6 without regarding USE_INET6.
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile
index 8c256bd07b9..0931a65f7ad 100644
--- a/chat/ircd-hybrid/Makefile
+++ b/chat/ircd-hybrid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/05 23:55:03 rillig Exp $
DISTNAME= ircd-hybrid-7.1.3
EXTRACT_SUFX= .tgz
@@ -63,19 +63,19 @@ SUBST_SED.bpaths= -e "s|etc|etc/ircd-hybrid|g" \
-e "s|ETCPATH \"/ircd.pid\"|\"${VARBASE}/run/ircd-hybrid/ircd.pid\"|g" \
-e "s|messages|share/ircd-hybrid/messages|g"
-CONFIGURE_ARGS+= --with-nicklen=${IRCD_HYBRID_NICLEN}
-CONFIGURE_ARGS+= --with-topiclen=${IRCD_HYBRID_TOPICLEN}
-CONFIGURE_ARGS+= --enable-syslog=${IRCD_HYBRID_SYSLOG_EVENTS}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-nicklen=${IRCD_HYBRID_NICLEN:Q}
+CONFIGURE_ARGS+= --with-topiclen=${IRCD_HYBRID_TOPICLEN:Q}
+CONFIGURE_ARGS+= --enable-syslog=${IRCD_HYBRID_SYSLOG_EVENTS:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/log/ircd-hybrid
CONFIGURE_ARGS+= --enable-clobber
.if defined(IRCD_HYBRID_SYSLOG_EVENTS)
-CONFIGURE_ARGS+= --enable-syslog-facility=${IRCD_HYBRID_SYSLOG_FACILITY}
+CONFIGURE_ARGS+= --enable-syslog-facility=${IRCD_HYBRID_SYSLOG_FACILITY:Q}
.endif
.if defined(IRCD_HYBRID_MAXCONN)
-CONFIGURE_ARGS+= --with-maxconn=${IRCD_HYBRID_MAXCONN}
+CONFIGURE_ARGS+= --with-maxconn=${IRCD_HYBRID_MAXCONN:Q}
.endif
.include "options.mk"
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile
index 52010b9e222..9b918fddf5d 100644
--- a/chat/ircu/Makefile
+++ b/chat/ircu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/05 23:55:03 rillig Exp $
#
DISTNAME= ircu2.10.11.07
@@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin
CONFIGURE_ARGS+= --with-cpath=${PKG_SYSCONFDIR}/ircd.conf
-CONFIGURE_ARGS+= --with-dpath=${DATADIR}
+CONFIGURE_ARGS+= --with-dpath=${DATADIR:Q}
CONFIGURE_ARGS+= --with-lpath=${DATADIR}/ircd.log
CONFIGURE_ARGS+= --with-mode=555
CONFIGURE_ARGS+= --with-owner=0
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 08983247983..4e44b77def8 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/05 23:55:03 rillig Exp $
DISTNAME= ${IRSSI_DISTNAME}
PKGREVISION= 7
@@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-terminfo \
--with-proxy \
--without-ncurses \
- --sysconfdir=${PKG_SYSCONFDIR}
+ --sysconfdir=${PKG_SYSCONFDIR:Q}
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 42f99d19799..886eee9923c 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/12/05 20:49:53 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2005/12/05 23:55:03 rillig Exp $
#
DISTNAME= jabberd-2.0s10
@@ -25,7 +25,7 @@ SUBST_MESSAGE.path= "Fixing configure script."
SUBST_SED.path= -e "s,/usr/local,${PREFIX},g" \
-e "s,\$$sysconfdir/jabberd,\$$sysconfdir,g"
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --disable-mysql
CONFIGURE_ARGS+= --enable-pipe
CONFIGURE_ARGS+= --enable-anon
diff --git a/chat/riece/Makefile b/chat/riece/Makefile
index 9fa27f2c4cc..fe909dfa13f 100644
--- a/chat/riece/Makefile
+++ b/chat/riece/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/08/28 04:25:28 uebayasi Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:03 rillig Exp $
#
DISTNAME= riece-1.0.7a
@@ -19,14 +19,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||}
GNU_CONFIGURE= YES
.if ${EMACS_FLAVOR} == "emacs"
-CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN}
+CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN:Q}
.elif ${EMACS_FLAVOR} == "xemacs"
-CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN}
+CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN:Q}
CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
.elif ${EMACS_FLAVOR} == "xemacs"
.endif
# Riece digs sub directory.
-CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}
+CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX:Q}
INFO_FILES= riece-ja.info
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 0345f7c591d..4857de4ad67 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/12/05 20:49:54 rillig Exp $
+# $NetBSD: Makefile,v 1.42 2005/12/05 23:55:03 rillig Exp $
#
DISTNAME= ${SILC_CLIENT_DISTNAME}
@@ -33,9 +33,9 @@ CONF_FILES+= ${EGDIR}/silc.conf.default ${PKG_SYSCONFDIR}/silc.conf
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PKGBASE}
CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/${PKGBASE}/help
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE}
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
-CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR:Q}
CONFIGURE_ARGS+= --with-terminfo
CONFIGURE_ARGS+= --without-libtoolfix
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile
index 38129f07d83..6357cdce461 100644
--- a/chat/silc-server/Makefile
+++ b/chat/silc-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/12/05 20:49:54 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2005/12/05 23:55:03 rillig Exp $
#
DISTNAME= silc-server-1.0
@@ -54,7 +54,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/log/silcd ${SILCD_USER} ${SILCD_GROUP} 0700
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PKGBASE}
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE}
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-silcd-config-file=${PKG_SYSCONFDIR}/silcd.conf
CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
CONFIGURE_ARGS+= --with-logsdir=${VARBASE}/log/silcd
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 5334bde0697..024f601f4e8 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/01 18:09:37 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:03 rillig Exp $
DISTNAME= Unreal3.2.3
PKGNAME= unrealircd-3.2.3
@@ -25,17 +25,17 @@ BUILDLINK_DEPENDS.tre+= tre-${TRE_NEEDED}
CONFIGURE_ENV+= tre_version=${TRE_NEEDED:Q}
CONFIGURE_ENV+= TRELIBS="-L${PREFIX}/lib -ltre"
-CONFIGURE_ARGS+= --with-dpath=${UIRCD_HOME}
+CONFIGURE_ARGS+= --with-dpath=${UIRCD_HOME:Q}
CONFIGURE_ARGS+= --with-spath=${PREFIX}/sbin/ircd
CONFIGURE_ARGS+= --with-permissions=0660
CONFIGURE_ARGS+= --enable-dynamic-linking
-CONFIGURE_ARGS+= --with-hostname=${UIRCD_HOST}
-CONFIGURE_ARGS+= --with-listen=${UIRCD_LISTEN}
-CONFIGURE_ARGS+= --with-sendq=${UIRCD_SENDQ}
-CONFIGURE_ARGS+= --with-bufferpool=${UIRCD_BUFFER}
-CONFIGURE_ARGS+= --with-fd-setsize=${UIRCD_FDSIZE}
-CONFIGURE_ARGS+= --with-nick-history=${UIRCD_NICKHIST}
+CONFIGURE_ARGS+= --with-hostname=${UIRCD_HOST:Q}
+CONFIGURE_ARGS+= --with-listen=${UIRCD_LISTEN:Q}
+CONFIGURE_ARGS+= --with-sendq=${UIRCD_SENDQ:Q}
+CONFIGURE_ARGS+= --with-bufferpool=${UIRCD_BUFFER:Q}
+CONFIGURE_ARGS+= --with-fd-setsize=${UIRCD_FDSIZE:Q}
+CONFIGURE_ARGS+= --with-nick-history=${UIRCD_NICKHIST:Q}
CONFIGURE_ARGS+= --disable-inet6
.include "options.mk"
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk
index 4d4f63c3995..6a660d4dfee 100644
--- a/chat/unrealircd/options.mk
+++ b/chat/unrealircd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/12/03 04:00:18 adrianp Exp $
+# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:03 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd
@@ -30,7 +30,7 @@ CONFIGURE_ENV+= ac_cv_ip6=no
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --enable-ssl=${SSLBASE:Q}
.endif
###
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-ziplinks
### Compile in support for remote include files.
###
.if !empty(PKG_OPTIONS:Munrealircd-remoteinc)
-CONFIGURE_ARGS+= --enable-libcurl=${PREFIX}
+CONFIGURE_ARGS+= --enable-libcurl=${PREFIX:Q}
. include "../../www/curl/buildlink3.mk"
. include "../../net/libcares/buildlink3.mk"
.endif
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk
index 43209ca37de..add7bc91558 100644
--- a/chat/xchat/options.mk
+++ b/chat/xchat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2005/12/05 23:55:03 rillig Exp $
.include "../../mk/bsd.prefs.mk"
@@ -14,7 +14,7 @@ PKG_SUGGESTED_OPTIONS= ssl
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --enable-openssl=${SSLBASE:Q}
.else
CONFIGURE_ARGS+= --enable-openssl=no
.endif