summaryrefslogtreecommitdiff
path: root/sysutils/socket
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 /sysutils/socket
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 'sysutils/socket')
-rw-r--r--sysutils/socket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index 484dc83c867..13b5b7e970b 100644
--- a/sysutils/socket/Makefile
+++ b/sysutils/socket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/03/24 21:13:01 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 20:51:01 rillig Exp $
DISTNAME= socket-1.1
CATEGORIES= sysutils net
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Create tcp socket and connect to stdin/out
-MAKE_ENV+= INSTALLBASE=${PREFIX}
+MAKE_ENV+= INSTALLBASE=${PREFIX:Q}
BUILD_DEFS+= USE_INET6