diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-10 02:07:54 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-10 02:07:54 +0800 |
commit | 3aff3ca585518ccfea368c6a62bda49afb853e56 (patch) | |
tree | 3f9e7bde99e5c2c995696be068dd38284e818699 /mail | |
parent | 046f8907fd6ef343996119439cccea5a05ab826d (diff) | |
download | freebsd-ports-graphics-3aff3ca585518ccfea368c6a62bda49afb853e56.tar.gz freebsd-ports-graphics-3aff3ca585518ccfea368c6a62bda49afb853e56.tar.zst freebsd-ports-graphics-3aff3ca585518ccfea368c6a62bda49afb853e56.zip |
- Add pre-fetch to show build time options.
Approved by: mnag (mentor)
Diffstat (limited to 'mail')
-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 b715d5919c7..edafd36665e 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 d2aec858bf9..5e5c2cbf8bc 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 |