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/logtool/pkg-message | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | freebsd-ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'sysutils/logtool/pkg-message')
-rw-r--r-- | sysutils/logtool/pkg-message | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/logtool/pkg-message b/sysutils/logtool/pkg-message index 9f37310c2a0a..cb54f27bcfce 100644 --- a/sysutils/logtool/pkg-message +++ b/sysutils/logtool/pkg-message @@ -1,9 +1,11 @@ -########################################################################### -# -# Sample configuration files are installed in -# -# PREFIX/share/examples/logtool -# -# Please copy them to PREFIX/etc/logtool and edit to suit your needs. -# -########################################################################### +[ +{ type: install + message: <<EOM + Sample configuration files are installed in + + PREFIX/share/examples/logtool + + Please copy them to PREFIX/etc/logtool and edit to suit your needs. +EOM +} +] |