freebsd-ports/devel/cgit/files/pkg-message.in
Adam Weinberger 2c73985cb6 Update included git to 2.11.0 (and bump PORTREVISION for it). Also,
enable verbose build, use OPTIONS helpers, and update the suggested
Apache config block.
2016-11-30 20:49:50 +00:00

14 lines
404 B
Text

---------------------------------------------------
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.
---------------------------------------------------