From 0b3f63f47016e80ba4209f916df347856bab5c3f Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 13 May 2012 16:11:19 +0000 Subject: * Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php. --- lang/php53/Makefile.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php index 17287d32a78..a79c30e4cab 100644 --- a/lang/php53/Makefile.php +++ b/lang/php53/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.16 2012/05/09 06:52:51 taca Exp $ +# $NetBSD: Makefile.php,v 1.17 2012/05/13 16:11:19 taca Exp $ # used by lang/php53/Makefile # used by www/ap-php/Makefile @@ -15,9 +15,6 @@ PLIST_VARS+= suhosin CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}" -PHP_EXTENSION_DIR= lib/php/20090630 -PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} - .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR} -- cgit v1.2.3