- Add pre-fetch to show build time options.

Approved by:	mnag (mentor)
This commit is contained in:
Jean Milanez Melo 2006-05-09 18:07:54 +00:00
parent acca6bf6b1
commit 46df121123
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161830
2 changed files with 12 additions and 2 deletions

View file

@ -107,6 +107,18 @@ PLIST_SUB+= SUB_HTDIG=""
PLIST_SUB+= SUB_HTDIG="@comment " PLIST_SUB+= SUB_HTDIG="@comment "
.endif .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: post-patch:
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \ @${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
${WRKSRC}/Mailman/Defaults.py.in ${WRKSRC}/Mailman/Defaults.py.in

View file

@ -21,8 +21,6 @@ VERY IMPORTANT NOTE
The Mailman port has a number of build time options. Getting the values of 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! 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 1) General post-installation instructions
You should find two files named "INSTALL" and "README" in the same You should find two files named "INSTALL" and "README" in the same