aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-09-20 10:17:54 +0800
committermiwi <miwi@FreeBSD.org>2007-09-20 10:17:54 +0800
commit718f5a9c6370bf2b01341a7517286e282466587a (patch)
treed04ca897b7fadeffce9e7b45b00881a53c3516ad /www
parentbc0f7b2712b8ebe1366ef1cc13131781a5f2c5d3 (diff)
downloadfreebsd-ports-gnome-718f5a9c6370bf2b01341a7517286e282466587a.tar.gz
freebsd-ports-gnome-718f5a9c6370bf2b01341a7517286e282466587a.tar.zst
freebsd-ports-gnome-718f5a9c6370bf2b01341a7517286e282466587a.zip
- Fix correct install path
PR: 116277 Submitted by: nrgmilk <nrgmilk@gmail.com> Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/zend-framework/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zend-framework/files/pkg-message.in b/www/zend-framework/files/pkg-message.in
index 11313500877b..8ad98f11f955 100644
--- a/www/zend-framework/files/pkg-message.in
+++ b/www/zend-framework/files/pkg-message.in
@@ -4,7 +4,7 @@ Now you need to adjust PHP's include_path to contain
`%%DATADIR%%'
For example, insert:
- include_path = ".:%%DATADIR%%"
+ include_path = ".:%%DATADIR%%/library"
into `%%LOCALBASE%%/etc/php.ini'.