aboutsummaryrefslogtreecommitdiff
path: root/www/apt-cacher-ng
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
commita400cfc5f46c03a0cf81282b9da421effa2e6575 (patch)
tree52d5682fe0ddfd9719ad88509dd106971d37a538 /www/apt-cacher-ng
parentdd7978499be0f1c0244638e237b7d72774f06919 (diff)
downloadports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz
ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip
Convert to UCL & cleanup pkg-message (categories w)
Notes
Notes: svn path=/head/; revision=508913
Diffstat (limited to 'www/apt-cacher-ng')
-rw-r--r--www/apt-cacher-ng/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/apt-cacher-ng/files/pkg-message.in b/www/apt-cacher-ng/files/pkg-message.in
index 49800685361b..5ac98a4f355f 100644
--- a/www/apt-cacher-ng/files/pkg-message.in
+++ b/www/apt-cacher-ng/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
This port sets up apt-cacher-ng to be used in a FreeBSD context.
The FreeBSD installer on the official media does not allow to provide the name of a proxy server.
@@ -12,3 +15,6 @@ proxy settings for pkgng can be persisted by editing /usr/local/etc/pkg.conf and
pkg_env: {
http_proxy: "http://myproxy:3142",
}
+EOM
+}
+]