diff options
author | jdolecek <jdolecek> | 2004-11-05 21:40:25 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-05 21:40:25 +0000 |
commit | 79b99f15293ccd7b44c2f168981775a2fed0ce66 (patch) | |
tree | 17102c3ad4123993736c918e92a21d1d2d36a2f7 /lang/php5 | |
parent | 51ff51df21c65b191d2e7cee89c456407454f522 (diff) | |
download | pkgsrc-79b99f15293ccd7b44c2f168981775a2fed0ce66.tar.gz |
share MESSAGE.module and PLIST.module between php4 and php5 packages, moving
them to lang/php/
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/MESSAGE.module | 11 | ||||
-rw-r--r-- | lang/php5/Makefile.module | 6 | ||||
-rw-r--r-- | lang/php5/PLIST.module | 2 |
3 files changed, 3 insertions, 16 deletions
diff --git a/lang/php5/MESSAGE.module b/lang/php5/MESSAGE.module deleted file mode 100644 index a6cf472ebe2..00000000000 --- a/lang/php5/MESSAGE.module +++ /dev/null @@ -1,11 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.module,v 1.1.1.1 2004/10/29 20:31:54 jdolecek Exp $ - -To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: - - extension=${MODNAME}.so - -and make sure extension_dir points to the dir where ${MODNAME}.so is. - -Then restart your PHP5-enabled HTTP server to load this module. -=========================================================================== diff --git a/lang/php5/Makefile.module b/lang/php5/Makefile.module index 18035f94780..613bd170a61 100644 --- a/lang/php5/Makefile.module +++ b/lang/php5/Makefile.module @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.module,v 1.4 2004/11/02 21:03:03 jdolecek Exp $ +# $NetBSD: Makefile.module,v 1.5 2004/11/05 21:40:25 jdolecek Exp $ .include "../../lang/php5/Makefile.common" @@ -28,8 +28,8 @@ USE_LIBTOOL= YES LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" -PLIST_SRC= ${.CURDIR}/../../lang/php5/PLIST.module -MESSAGE_SRC= ${.CURDIR}/../../lang/php5/MESSAGE.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} diff --git a/lang/php5/PLIST.module b/lang/php5/PLIST.module deleted file mode 100644 index a2dfad3c02f..00000000000 --- a/lang/php5/PLIST.module +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.module,v 1.1.1.1 2004/10/29 20:31:54 jdolecek Exp $ -${PHP_EXTENSION_DIR}/${MODNAME}.so |