pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php use PLIST_SRC+= so that setting PLIST_SRC set...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13a6e806397d
branches: trunk
changeset: 485460:13a6e806397d
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sun Dec 12 09:13:56 2004 +0000
description:
use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefile
would have an effect; fixes php4-apc
diffstat:
lang/php/ext.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 358ee1662e31 -r 13a6e806397d lang/php/ext.mk
--- a/lang/php/ext.mk Sun Dec 12 04:19:06 2004 +0000
+++ b/lang/php/ext.mk Sun Dec 12 09:13:56 2004 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index