aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/files
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-05-09 12:50:27 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-05-09 12:50:27 +0000
commitab116ec2b925f0082ab053119485471f53dcc6fe (patch)
treeeca06882b9de665bced37c0dbbe9b24a6dd44f17 /mail/mailman/files
parentb0efa84acf57e198680441da1f347a75bf094d4f (diff)
downloadports-ab116ec2b925f0082ab053119485471f53dcc6fe.tar.gz
ports-ab116ec2b925f0082ab053119485471f53dcc6fe.zip
Notes
Diffstat (limited to 'mail/mailman/files')
-rw-r--r--mail/mailman/files/pkg-opts13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/mailman/files/pkg-opts b/mail/mailman/files/pkg-opts
index b2270cac3f66..6ddc1312ede4 100644
--- a/mail/mailman/files/pkg-opts
+++ b/mail/mailman/files/pkg-opts
@@ -2,13 +2,13 @@
# Multi-line/long description (optional).
# Multi-line/long description lines must start with whitespace!
#
-USERNAME|mailman|The username of the Mailman user
-USERID|92|The user ID of the Mailman user
+MM_USERNAME|mailman|The username of the Mailman user
+MM_USERID|92|The user ID of the Mailman user
It is recommended that you do not change this option.
-GROUPNAME|mailman|The group to which the Mailman user will belong
-GROUPID|92|The group ID for the Mailman user
+MM_GROUPNAME|mailman|The group to which the Mailman user will belong
+MM_GROUPID|92|The group ID for the Mailman user
It is recommended that you do not change this option.
-MMDIR|mailman|Mailman will be installed in ${PREFIX}/${MMDIR}
+MM_DIR|mailman|Mailman will be installed in ${PREFIX}/${MM_DIR}
MAIL_GID|26|The group id under which your MTA performs mail delivery
Getting the value of MAIL_GID right is crucial to getting Mailman to
work with your MTA. By default this port works with sendmail. If
@@ -25,4 +25,5 @@ CGI_GID|80|The group id under which your web server executes CGI scripts
By default, this port works with the current port of Apache. If your
WWW server executes CGI scripts under a different GID, you'll have to
set this at build time.
-IMGDIR|${PREFIX}/www/data/icons|The directory where icon images will be installed
+IMGDIR|www/icons|Icon images will be installed in ${PREFIX}/${IMGDIR}
+WITH_APACHE2|undefined|Port depends on Apache 2.x if defined, not 1.3.x