summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /net/socks5
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 7a9a5a10542..d69c510654c 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/10/23 21:49:01 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2005/12/05 20:50:49 rillig Exp $
DISTNAME= socks5-v1_0r2
PKGNAME= socks5-1.0.2
@@ -30,7 +30,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/socks5-v1.0r2
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
+CONFIGURE_ARGS+= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
--with-srvconffile=${PREFIX}/etc/socks5.conf \
--with-srvpidfile=/var/run/socks5.pid \
--with-srvidtfile=/var/run/socks5.ident \