From 1cd8250a01a9fc01ea1726903225fd75b7d58499 Mon Sep 17 00:00:00 2001 From: Johann Visagie Date: Fri, 10 May 2002 09:54:03 +0000 Subject: - Big cleanup - almost a complete rewrite of this port - Add necessary dependency on www/mod_php4 - Structure port Makefile and $PLIST in such a way that configuration data is not overwritten upon reinstall - Ensure that (de)installation as package also works correctly - Install documentation under $DOCSDIR - Bump $PORTREVISION --- www/phpbb/files/pkg-opts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/phpbb/files/pkg-opts (limited to 'www/phpbb/files') diff --git a/www/phpbb/files/pkg-opts b/www/phpbb/files/pkg-opts new file mode 100644 index 000000000000..c3a754a8b0e8 --- /dev/null +++ b/www/phpbb/files/pkg-opts @@ -0,0 +1,12 @@ +# Variable|Default value|Short description +# Multi-line/long description (optional). +# Multi-line/long description lines must start with whitespace! +# +WWWDOCROOT|www/data|The DocumentRoot of your webserver under ${LOCALBASE} +PHPBBURL|phpBB2|The base URL of phpBB2 on your webserver + phpBB2 will be installed under ${LOCALBASE}/${WWWDOCROOT}/${PHPBBURL}, + and will be visible as http://localhost/${PHPBBURL}/ +WWWOWN|www|The user ID under which your webserver executes + It is recommended that you do not change this option. +WWWGRP|www|The group ID under which your webserver executes + It is recommended that you do not change this option. -- cgit v1.2.3