summaryrefslogtreecommitdiff
path: root/www/abcache/pkg-message
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-27 00:30:37 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-27 00:30:37 +0000
commit6d715f98042b1ae0a34d7d7b08c79abcf822c9f4 (patch)
treeffe6ca5e4da6fd1a192e2c203c67d55d024f9434 /www/abcache/pkg-message
parentPass maintainership to the submitter. (diff)
Fix localbase/prefix issues in pkg-message.
PR: 36349 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=56721
Diffstat (limited to '')
-rw-r--r--www/abcache/pkg-message2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/abcache/pkg-message b/www/abcache/pkg-message
index e60c43635c7f..8de6365e59ff 100644
--- a/www/abcache/pkg-message
+++ b/www/abcache/pkg-message
@@ -5,7 +5,7 @@ You have installed the abcache package.
Edit %%LOCALBASE%%/etc/php.ini and add:
[abcache]
-zend_extension="%%LOCALBASE%%/lib/php/20010901/bware_cache.so"
+zend_extension="%%PREFIX%%/lib/php/20010901/bware_cache.so"
bware_cache_enable="1"
bware_cache_check_stamp="1"
bware_cache_log_level="1"