diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /FreeBSD/devel/cgit-causal-agency/files/pkg-message.in | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'FreeBSD/devel/cgit-causal-agency/files/pkg-message.in')
-rw-r--r-- | FreeBSD/devel/cgit-causal-agency/files/pkg-message.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/FreeBSD/devel/cgit-causal-agency/files/pkg-message.in b/FreeBSD/devel/cgit-causal-agency/files/pkg-message.in new file mode 100644 index 0000000..0190639 --- /dev/null +++ b/FreeBSD/devel/cgit-causal-agency/files/pkg-message.in @@ -0,0 +1,18 @@ +[ +{ type: install + message: <<EOM +cgit has been successfully installed. + +To enable cgit in Apache, use something like the following: + + <Directory "%%WWWDIR%%/"> + AllowOverride None + Options +ExecCGI + Require all granted + </Directory> + +Documentation and sample configuration can be found +in %%DOCSDIR%%/cgitrc.5.txt. +EOM +} +] |