diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/feather/files/pkg-message.in | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | freebsd-ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'sysutils/feather/files/pkg-message.in')
-rw-r--r-- | sysutils/feather/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/feather/files/pkg-message.in b/sysutils/feather/files/pkg-message.in index ce9455a7c3c4..8156116881aa 100644 --- a/sysutils/feather/files/pkg-message.in +++ b/sysutils/feather/files/pkg-message.in @@ -1,5 +1,6 @@ -***************************************************************** - +[ +{ type: install + message: <<EOM Feather is designed to be run from cron like this: */5 * * * * %%PREFIX%%/bin/feather %%PREFIX%%/etc/feather.yaml @@ -7,5 +8,6 @@ Feather is designed to be run from cron like this: If installed, please check the contents of %%DOCSDIR%%/README for the syntax of the YAML file, as well as the sample file at %%PREFIX%%/etc/feather.yaml.dist. - -***************************************************************** +EOM +} +] |