pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php53 * Remove duplicate definition of PHP_EXTENS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/835157626a1e
branches:  trunk
changeset: 603807:835157626a1e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 13 16:11:19 2012 +0000

description:
* Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php.

diffstat:

 lang/php53/Makefile.php |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r a528e2980e8c -r 835157626a1e lang/php53/Makefile.php
--- a/lang/php53/Makefile.php   Sun May 13 16:10:35 2012 +0000
+++ b/lang/php53/Makefile.php   Sun May 13 16:11:19 2012 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index