diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 16:48:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 16:48:50 +0800 |
commit | a9df13095e689ce73dab9241fe03be8f39410a91 (patch) | |
tree | addeee8776a490f5b6df5a64905199a263728c1d /mail/squirrelmail/files | |
parent | bf653db67981487b80155877ca3719394a0c0d71 (diff) | |
download | freebsd-ports-gnome-a9df13095e689ce73dab9241fe03be8f39410a91.tar.gz freebsd-ports-gnome-a9df13095e689ce73dab9241fe03be8f39410a91.tar.zst freebsd-ports-gnome-a9df13095e689ce73dab9241fe03be8f39410a91.zip |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Diffstat (limited to 'mail/squirrelmail/files')
-rw-r--r-- | mail/squirrelmail/files/plugin-pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/squirrelmail/files/plugin-pkg-message.in b/mail/squirrelmail/files/plugin-pkg-message.in index 68806702dae8..3fb111f0964e 100644 --- a/mail/squirrelmail/files/plugin-pkg-message.in +++ b/mail/squirrelmail/files/plugin-pkg-message.in @@ -1,7 +1,11 @@ -============================================================= +[ +{ type: install + message: <<EOM Before using the %%SQUIRREL_PLUGIN_NAME%% plugin, you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%%.sample to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%% and edit the configuration to meet your needs. -============================================================= +EOM +} +] |