summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-12-12 09:13:56 +0000
committerjdolecek <jdolecek>2004-12-12 09:13:56 +0000
commit51ac7f818043deec90a9590731744547761d3cf1 (patch)
treecf2a974fa23b33c0cbcc783396c86df09ad3670d /lang/php
parent3452c503dbabe4efbe67659a93eaea2df61bca77 (diff)
downloadpkgsrc-51ac7f818043deec90a9590731744547761d3cf1.tar.gz
use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefile
would have an effect; fixes php4-apc
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/ext.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index a0c570b720f..0de65db4874 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.4 2004/11/27 12:36:35 jdolecek Exp $
+# $NetBSD: ext.mk,v 1.5 2004/12/12 09:13:56 jdolecek Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -45,7 +45,7 @@ USE_LIBTOOL= YES
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
-PLIST_SRC= ${.CURDIR}/../../lang/php/PLIST.module
+PLIST_SRC+= ${.CURDIR}/../../lang/php/PLIST.module
MESSAGE_SRC= ${.CURDIR}/../../lang/php/MESSAGE.module
MESSAGE_SUBST+= MODNAME=${PKGMODNAME}
MESSAGE_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}