summaryrefslogtreecommitdiff
path: root/www/phpbb/files
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-05-10 09:54:03 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-05-10 09:54:03 +0000
commit1cd8250a01a9fc01ea1726903225fd75b7d58499 (patch)
treef0a7d0ea92d72bad2434dd8246c9ee7d5601dc85 /www/phpbb/files
parent- Make ${DISTDIR} auto-detection actually working; (diff)
- 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
Notes
Notes: svn path=/head/; revision=58854
Diffstat (limited to 'www/phpbb/files')
-rw-r--r--www/phpbb/files/pkg-opts12
1 files changed, 12 insertions, 0 deletions
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.