diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 08:48:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 08:48:50 +0000 |
commit | 2614c95748849af51db4a047984962d7f2a37685 (patch) | |
tree | addeee8776a490f5b6df5a64905199a263728c1d /net/freeswitch/files | |
parent | Security update nginx from 1.17.2 to 1.17.3. (diff) |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Notes
Notes:
svn path=/head/; revision=508903
Diffstat (limited to 'net/freeswitch/files')
-rw-r--r-- | net/freeswitch/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/freeswitch/files/pkg-message.in b/net/freeswitch/files/pkg-message.in index 2acbc248f4a8..8181a37a4077 100644 --- a/net/freeswitch/files/pkg-message.in +++ b/net/freeswitch/files/pkg-message.in @@ -1,5 +1,6 @@ -################################# - +[ +{ type: install + message: <<EOM Example configurations are available in: %%EXAMPLESDIR%%/ @@ -7,5 +8,6 @@ Example configurations are available in: A working initial configuration can be installed by running: ( cd %%EXAMPLESDIR%%/vanilla/ && pax -rw -p e . %%ETCDIR%% ) - -################################# +EOM +} +] |