diff options
author | jdolecek <jdolecek> | 2004-11-05 21:50:11 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-05 21:50:11 +0000 |
commit | 8006e16fbe97caacdabad1ccdc37085661a29009 (patch) | |
tree | 9356ae5fcd861000eda0d3edb5c6d4bd9a0c59fc /lang | |
parent | 1cd27189b44f599a5fac2348f7e87bda87eb27c7 (diff) | |
download | pkgsrc-8006e16fbe97caacdabad1ccdc37085661a29009.tar.gz |
use ${PKG_PHP} instead of PHP${PKG_PHP_VERSION}
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/MESSAGE.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/MESSAGE.module b/lang/php/MESSAGE.module index f1be9d75663..385e890b713 100644 --- a/lang/php/MESSAGE.module +++ b/lang/php/MESSAGE.module @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.module,v 1.1 2004/11/05 21:40:25 jdolecek Exp $ +$NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $ To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: @@ -7,5 +7,5 @@ To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: and make sure extension_dir points to the dir where ${MODNAME}.so is. -Then restart your PHP${PKG_PHP_VERSION}-enabled HTTP server to load this module. +Then restart your ${PKG_PHP}-enabled HTTP server to load this module. =========================================================================== |