diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/dokuwiki/files | |
parent | dd7978499be0f1c0244638e237b7d72774f06919 (diff) |
Convert to UCL & cleanup pkg-message (categories w)
Notes
Notes:
svn path=/head/; revision=508913
Diffstat (limited to 'www/dokuwiki/files')
-rw-r--r-- | www/dokuwiki/files/pkg-message.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/dokuwiki/files/pkg-message.in b/www/dokuwiki/files/pkg-message.in index 2ced763aa10b..359633452dfb 100644 --- a/www/dokuwiki/files/pkg-message.in +++ b/www/dokuwiki/files/pkg-message.in @@ -1,6 +1,6 @@ -====================================================================== - INSTALLATION NOTES - +[ +{ type: install + message: <<EOM The wiki program have been installed to %%WWWDIR%%. Please configure your web server to allow running PHP scripts there. @@ -20,5 +20,6 @@ http://wiki.splitbrain.org/wiki:config After installation please change the permissions of %%WWWDIR%%/conf back to root:wheel. - -====================================================================== +EOM +} +] |