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/kohana/files | |
parent | dd7978499be0f1c0244638e237b7d72774f06919 (diff) | |
download | ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip |
Convert to UCL & cleanup pkg-message (categories w)
Notes
Notes:
svn path=/head/; revision=508913
Diffstat (limited to 'www/kohana/files')
-rw-r--r-- | www/kohana/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/kohana/files/pkg-message.in b/www/kohana/files/pkg-message.in index 000ac34373c3..f5f7048c8ef8 100644 --- a/www/kohana/files/pkg-message.in +++ b/www/kohana/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use Kohana framework you should do the following: 1. Copy %%WWWDIR%%/index.php and %%WWWDIR%%/install.php to your public directory. @@ -7,3 +10,6 @@ To use Kohana framework you should do the following: 3. Modify index.php if it's necessary. 4. Open index.php in your browser and check the requirements. 5. If the requirements are right you can delete install.php. +EOM +} +] |