summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:40:25 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:40:25 +0000
commitcc35f4ca5e714d8313001e78f03d36a2750a735e (patch)
tree17102c3ad4123993736c918e92a21d1d2d36a2f7 /www/php4
parent5ec53f2a31db1af79bed3d9e2c3725457086a018 (diff)
downloadpkgsrc-cc35f4ca5e714d8313001e78f03d36a2750a735e.tar.gz
share MESSAGE.module and PLIST.module between php4 and php5 packages, moving
them to lang/php/
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/MESSAGE.module11
-rw-r--r--www/php4/Makefile.module6
-rw-r--r--www/php4/PLIST.module2
3 files changed, 3 insertions, 16 deletions
diff --git a/www/php4/MESSAGE.module b/www/php4/MESSAGE.module
deleted file mode 100644
index d50e5cdfae0..00000000000
--- a/www/php4/MESSAGE.module
+++ /dev/null
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.module,v 1.4 2002/12/21 13:39:25 wiz 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 PHP4-enabled HTTP server to load this module.
-===========================================================================
diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module
index 66cda682187..310882014a3 100644
--- a/www/php4/Makefile.module
+++ b/www/php4/Makefile.module
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.module,v 1.28 2004/10/31 17:43:02 jdolecek Exp $
+# $NetBSD: Makefile.module,v 1.29 2004/11/05 21:40:25 jdolecek Exp $
#
# This Makefile is provided to ease creating PHP4 packages for the extension
# modules distributed in the PHP4 sources.
@@ -35,8 +35,8 @@ USE_LIBTOOL= YES
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
-PLIST_SRC= ${.CURDIR}/../../www/php4/PLIST.module
-MESSAGE_SRC= ${.CURDIR}/../../www/php4/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/www/php4/PLIST.module b/www/php4/PLIST.module
deleted file mode 100644
index e9340b1efd3..00000000000
--- a/www/php4/PLIST.module
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.module,v 1.1 2001/11/01 02:26:11 zuntum Exp $
-${PHP_EXTENSION_DIR}/${MODNAME}.so