summaryrefslogtreecommitdiff
path: root/security/gnustep-ssl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /security/gnustep-ssl
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.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 'security/gnustep-ssl')
-rw-r--r--security/gnustep-ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnustep-ssl/Makefile b/security/gnustep-ssl/Makefile
index 7d7773bbc2a..40981e30bbd 100644
--- a/security/gnustep-ssl/Makefile
+++ b/security/gnustep-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/11/04 11:22:24 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/05 20:50:56 rillig Exp $
#
DISTNAME= gnustep-base-1.10.1
@@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep SSL bundle
-BUILDLINK_DEPENDS.gnustep-base= gnustep-base>1.10.1
+BUILDLINK_DEPENDS.gnustep-base+= gnustep-base>1.10.1
PTHREAD_LIBS= -lpthread
@@ -20,7 +20,7 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
-CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
+CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
SUBST_CLASSES+= gsssl
SUBST_STAGE.gsssl= pre-configure