diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-09 18:07:54 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-09 18:07:54 +0000 |
commit | 46df1211236bc0ae84e1423feb116f68956cb67c (patch) | |
tree | 846e0f79a2945afce472a2b2c0b650f4f47eace9 /mail/mailman | |
parent | acca6bf6b1fb2b5f89c9184b86756e3ab608bcd8 (diff) | |
download | ports-46df1211236bc0ae84e1423feb116f68956cb67c.tar.gz ports-46df1211236bc0ae84e1423feb116f68956cb67c.zip |
Notes
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 12 | ||||
-rw-r--r-- | mail/mailman/files/FreeBSD-post-install-notes | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index b715d5919c71..edafd36665e9 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -107,6 +107,18 @@ PLIST_SUB+= SUB_HTDIG="" PLIST_SUB+= SUB_HTDIG="@comment " .endif +pre-fetch: + @${ECHO} "" + @${ECHO} "You may change the following build options:" + @${ECHO} "MM_USERNAME=mailman The username of the Mailman user." + @${ECHO} "MM_USERID=91 The user ID of the Mailman user." + @${ECHO} "MM_GROUPNAME=mailman The group to which the Mailman user will belong." + @${ECHO} "MM_GROUPID=MM_USERID The group ID for the Mailman user." + @${ECHO} "MM_DIR=mailman Mailman will be installed in ${PREFIX}/${MM_DIR}." + @${ECHO} "CGI_GID=www The group name or id under which your web server executes CGI scripts." + @${ECHO} "IMGDIR=www/icons Icon images will be installed in ${PREFIX}/${IMGDIR}." + @${ECHO} "" + post-patch: @${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \ ${WRKSRC}/Mailman/Defaults.py.in diff --git a/mail/mailman/files/FreeBSD-post-install-notes b/mail/mailman/files/FreeBSD-post-install-notes index d2aec858bf93..5e5c2cbf8bc6 100644 --- a/mail/mailman/files/FreeBSD-post-install-notes +++ b/mail/mailman/files/FreeBSD-post-install-notes @@ -21,8 +21,6 @@ VERY IMPORTANT NOTE The Mailman port has a number of build time options. Getting the values of some of these right is CRUCIAL if you want your Mailman installation to work! -To see a list of build time options, edit your port Makefile. - 1) General post-installation instructions You should find two files named "INSTALL" and "README" in the same |