freebsd-ports/www/phpbb/files/pkg-opts
Johann Visagie 4f51c79d52 - Update to version 2.0.3
- Use $TAR rather than cpio(1) to install
- $PERL -> $REINPLACE_CMD
- Install contributed code under $DATADIR
- Numerous small fixes
2002-10-29 19:54:47 +00:00

22 lines
621 B
Text

* WWWDOCROOT [www/data]
The DocumentRoot of your webserver under ${PREFIX}
* PHPBBURL [phpBB2]
The base URL of phpBB2 on your webserver
phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBBURL},
and will be visible as http://<hostname>/${PHPBBURL}/
* WWWOWN [www]
The user ID under which your webserver executes
It is recommended that you do not change this option unless you're
REALLY sure what you're doing.
* WWWGRP [www]
The group ID under which your webserver executes
It is recommended that you do not change this option unless you're
REALLY sure what you're doing.