b367f5c3e7
Major changes to the port infrastructure: - Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR (defaults to www/ganglia). - Install files under ${PREFIX}/${WEBFRONTDIR}. - Since the files are no longer installed in the document root, add a pkg-message with a suggest addition to Apache's httpd.conf. - Use USE_PHP and WANT_PHP_MOD. - Add a note about installing PHP with GD support at done in mail/nocc. - Remove conf.php only if it is identical to conf.php.sample as done in mail/nocc. - Sizify. - Don't install the empty addons directory since packages won't contain it. PR: ports/62802 Submitted by: Brooks Davis <brooks@FreeBSD.org> (maintainer)
15 lines
454 B
Text
15 lines
454 B
Text
* WEBFRONTDIR [www/ganglia]
|
|
The Ganglia Web Frontend will be installed under
|
|
${PREFIX}/${WEBFRONTDIR}.
|
|
|
|
* 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.
|