summary refs log tree commit diff
path: root/devel/cgit-patched/files/pkg-message.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-06 18:52:07 +0000
committerJune McEnroe <june@causal.agency>2020-08-06 18:52:07 +0000
commita51cc22f5d7b147b14c1ba6a6498fc6d097b40b5 (patch)
treea5372b255dccbddf7ccd23aeb167d89914200317 /devel/cgit-patched/files/pkg-message.in
parentAdd catgirl port (diff)
downloadports-a51cc22f5d7b147b14c1ba6a6498fc6d097b40b5.tar.gz
ports-a51cc22f5d7b147b14c1ba6a6498fc6d097b40b5.zip
Add cgit-patched port
Diffstat (limited to 'devel/cgit-patched/files/pkg-message.in')
-rw-r--r--devel/cgit-patched/files/pkg-message.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cgit-patched/files/pkg-message.in b/devel/cgit-patched/files/pkg-message.in
new file mode 100644
index 0000000..0190639
--- /dev/null
+++ b/devel/cgit-patched/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
+}
+]