summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile.php
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 /lang/php5/Makefile.php
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 'lang/php5/Makefile.php')
-rw-r--r--lang/php5/Makefile.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index 919dd5bb53c..3dfc50fd3be 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.php,v 1.15 2005/12/03 18:53:57 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.16 2005/12/05 20:50:26 rillig Exp $
#
.include "../../lang/php5/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo
-BUILD_DEFS= USE_INET6
+BUILD_DEFS+= USE_INET6
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
@@ -13,7 +13,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}"
PHP_EXTENSION_DIR= lib/php/20040412
-PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
+PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q}
.include "../../mk/bsd.prefs.mk"