diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
commit | f584768b57c30287bef9b08674d17877d109210c (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/jspwiki | |
parent | 0a892bf2d6a81798e28824322dea52b56f49ddde (diff) | |
download | freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.gz freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.zst freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.zip |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/jspwiki')
-rw-r--r-- | www/jspwiki/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/jspwiki/pkg-message b/www/jspwiki/pkg-message index 4a7fdb90e689..93425ddc209a 100644 --- a/www/jspwiki/pkg-message +++ b/www/jspwiki/pkg-message @@ -1,4 +1,6 @@ -========================================================================== +[ +{ type: install + message: <<EOM Now you should start your Tomcat server and browse with: http://your-server:8180/JSPWiki/ @@ -6,4 +8,6 @@ Now you should start your Tomcat server and browse with: to do some configuration. Enjoy it ! -========================================================================== +EOM +} +] |