freebsd-ports/devel/cgit/files/pkg-message.in
Baptiste Daroussin 3c6bb6bb04 - Fix plist (makeing %%PORTNAME%% substitution working)
- While here display the message at install
2011-09-25 21:18:21 +00:00

16 lines
432 B
Text

---------------------------------------------------
%%PORTNAME%% has been successfully installed.
Now you need to change your webserver configuration
as follows:
<Directory "%%WWWDIR%%/">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
---------------------------------------------------