summaryrefslogtreecommitdiff
path: root/net/phpldapadmin098/files/pkg-message.in
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-09 04:45:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-09 04:45:39 +0000
commita620c0c128905650c8779e1961c77a6884dee366 (patch)
tree1fd993f69b500b2b89dc290c03bdc05b35b224ed /net/phpldapadmin098/files/pkg-message.in
parent- Register UID for net/phpldapadmin, net/phpldapadmin098 (diff)
- Use fixed UID when WITH_SUPHP
- Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=208665
Diffstat (limited to 'net/phpldapadmin098/files/pkg-message.in')
-rw-r--r--net/phpldapadmin098/files/pkg-message.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in
index a181a6e0bda9..d6d09e0d44dc 100644
--- a/net/phpldapadmin098/files/pkg-message.in
+++ b/net/phpldapadmin098/files/pkg-message.in
@@ -1,16 +1,16 @@
%%PKGNAME%% has been installed into:
- %%PREFIX%%/%%PLADIR%%
+ %%WWWDIR%%
Please edit config.php to suit your needs.
To make phpLDAPadmin available through your web site, I suggest that
you add something like the following to httpd.conf:
- Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs"
+ Alias /phpldapadmin/ "%%WWWDIR%%/htdocs"
- <Directory "%%PREFIX%%/%%PLADIR%%/htdocs">
+ <Directory "%%WWWDIR%%/htdocs">
Options none
AllowOverride none
@@ -24,10 +24,10 @@ layout of the %%PKGNAME%% files has been completely reworked. You will
need to modify your apache configuration and merge the settings from
your original configuration file:
- %%PREFIX%%/%%PLADIRX%%/config.php
+ %%WWWDIR%%/config.php
to
- %%PREFIX%%/%%PLADIR%%/config/config.php
+ %%WWWDIR%%/config/config.php