summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-05 21:50:11 +0000
committerjdolecek <jdolecek>2004-11-05 21:50:11 +0000
commit0023cf84e265ae61a703ce75acd5eb3505321bdc (patch)
tree9356ae5fcd861000eda0d3edb5c6d4bd9a0c59fc
parent66f9e06ff8f9b791f56d9d56a8938456c8ca259a (diff)
downloadpkgsrc-0023cf84e265ae61a703ce75acd5eb3505321bdc.tar.gz
use ${PKG_PHP} instead of PHP${PKG_PHP_VERSION}
-rw-r--r--lang/php/MESSAGE.module4
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.
===========================================================================