diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-24 05:09:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-24 05:09:31 +0800 |
commit | 9c42d6fbedfe17c31e1e9d2ebdcafc126fbd9e17 (patch) | |
tree | 1b465d0f714df4d02aaec32df7acb3e9abbe7380 /www/dokuwiki-devel/pkg-message | |
parent | b7fe51024f63079c63898ca503960534a15afab1 (diff) | |
download | freebsd-ports-gnome-9c42d6fbedfe17c31e1e9d2ebdcafc126fbd9e17.tar.gz freebsd-ports-gnome-9c42d6fbedfe17c31e1e9d2ebdcafc126fbd9e17.tar.zst freebsd-ports-gnome-9c42d6fbedfe17c31e1e9d2ebdcafc126fbd9e17.zip |
Pkg-plist fix
Add new WWW layout
PR: ports/99255
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
Approved by: markus (co mentor)
Diffstat (limited to 'www/dokuwiki-devel/pkg-message')
-rw-r--r-- | www/dokuwiki-devel/pkg-message | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/dokuwiki-devel/pkg-message b/www/dokuwiki-devel/pkg-message index b28c0a0031c6..37cb8ba7d335 100644 --- a/www/dokuwiki-devel/pkg-message +++ b/www/dokuwiki-devel/pkg-message @@ -1,6 +1,12 @@ ================================================================= **** NOTE **** - Remember to edit the following file: +1) Please add the following to your apache config, and restart. + [1;32m# + # Directives to allow use of dokuwki + # + Alias /%%PORTNAME%% "%%PREFIX%%/%%DOKUWIKI_DIR%%/"[m + +2) Remember to edit the following file: [1;36m%%PREFIX%%/%%DOKUWIKI_DIR%%/conf/local.php[m For FULL configuration instructions see |