pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php revert last - thanks to wiz for poking me to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11a6b6d38653
branches:  trunk
changeset: 499338:11a6b6d38653
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 20 10:56:38 2005 +0000

description:
revert last - thanks to wiz for poking me to find the real cause of the
breakage.

diffstat:

 lang/php/ext.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d0b5a4fb2069 -r 11a6b6d38653 lang/php/ext.mk
--- a/lang/php/ext.mk   Tue Sep 20 09:54:08 2005 +0000
+++ b/lang/php/ext.mk   Tue Sep 20 10:56:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.8 2005/09/19 23:07:10 abs Exp $
+# $NetBSD: ext.mk,v 1.9 2005/09/20 10:56:38 abs Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -19,13 +19,13 @@
 
 .if !defined(PECL_VERSION)
 # bundled extension
-PKGNAME=               php-${MODNAME}-${PHP_BASE_VERS}
+PKGNAME?=              php-${MODNAME}-${PHP_BASE_VERS}
 EXTRACT_ELEMENTS?=     ${DISTNAME}/ext/${PKGMODNAME}
 WRKSRC?=               ${WRKDIR}/${EXTRACT_ELEMENTS}
 DISTINFO_FILE=         ${.CURDIR}/${PHPPKGSRCDIR}/distinfo
 .else
 # PECL extension
-PKGNAME=               php-${MODNAME}-${PHP_BASE_VERS}.${PECL_VERSION}
+PKGNAME?=              php-${MODNAME}-${PHP_BASE_VERS}.${PECL_VERSION}
 MASTER_SITES?=         http://pecl.php.net/get/
 DISTNAME=              ${MODNAME}-${PECL_VERSION}
 DIST_SUBDIR=           php-${MODNAME}



Home | Main Index | Thread Index | Old Index