diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-12-12 09:13:56 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-12-12 09:13:56 +0000 |
commit | e2aa883f86e8951712aa0aabea50b4085653a2c4 (patch) | |
tree | cf2a974fa23b33c0cbcc783396c86df09ad3670d /lang/php | |
parent | e8f098930750b2f0a04bfad43a41323e486ecd00 (diff) | |
download | pkgsrc-e2aa883f86e8951712aa0aabea50b4085653a2c4.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.mk | 4 |
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} |