aboutsummaryrefslogtreecommitdiff
path: root/net/proxy-suite
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
commit2614c95748849af51db4a047984962d7f2a37685 (patch)
treeaddeee8776a490f5b6df5a64905199a263728c1d /net/proxy-suite
parent08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff)
downloadports-2614c95748849af51db4a047984962d7f2a37685.tar.gz
ports-2614c95748849af51db4a047984962d7f2a37685.zip
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/proxy-suite')
-rw-r--r--net/proxy-suite/files/pkg-message.in8
-rw-r--r--net/proxy-suite/pkg-message6
2 files changed, 12 insertions, 2 deletions
diff --git a/net/proxy-suite/files/pkg-message.in b/net/proxy-suite/files/pkg-message.in
index eb01d12325c5..a6f34d2d3786 100644
--- a/net/proxy-suite/files/pkg-message.in
+++ b/net/proxy-suite/files/pkg-message.in
@@ -1,7 +1,11 @@
-
+[
+{ type: install
+ message: <<EOM
This port provides a configuration file at
%%ETCDIR%%/ftp-proxy.conf
Edit to fit your needs.
-
+EOM
+}
+]
diff --git a/net/proxy-suite/pkg-message b/net/proxy-suite/pkg-message
index d16a54255513..1a72f2e52321 100644
--- a/net/proxy-suite/pkg-message
+++ b/net/proxy-suite/pkg-message
@@ -1,2 +1,8 @@
+[
+{ type: install
+ message: <<EOM
Configuration sample files were installed in etc/proxy-suite/, you will need
to copy these over to create real configuration files.
+EOM
+}
+]