mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4f51c79d52
- Use $TAR rather than cpio(1) to install - $PERL -> $REINPLACE_CMD - Install contributed code under $DATADIR - Numerous small fixes
23 lines
621 B
Plaintext
23 lines
621 B
Plaintext
|
|
* 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.
|
|
|