aboutsummaryrefslogtreecommitdiff
path: root/net/self-service-password
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/self-service-password
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/self-service-password')
-rw-r--r--net/self-service-password/files/pkg-message.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/self-service-password/files/pkg-message.in b/net/self-service-password/files/pkg-message.in
index 5ad9ed9e5ef2..fccbd5814d81 100644
--- a/net/self-service-password/files/pkg-message.in
+++ b/net/self-service-password/files/pkg-message.in
@@ -1,4 +1,6 @@
-
+[
+{ type: install
+ message: <<EOM
%%PKGNAME%% has been installed into:
%%WWWDIR%%
@@ -19,7 +21,7 @@ you add something like the following to httpd.conf:
Allow from 127.0.0.1 .example.com
</Directory>
-------------------------------------------------------------------------------
+
To make Self Service Password available through your web site, I suggest that
you add something like the following to nginx.conf:
@@ -35,4 +37,6 @@ location /ssp/ {
include fastcgi_params;
}
}
-
+EOM
+}
+]