diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-08 23:54:27 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-08 23:54:27 +0000 |
commit | 5f6e2e1cf56e7f8dc22d617e9b24448e9915506a (patch) | |
tree | 0e27689386ce7550042f797cb871b4d93acc69a3 /mail/mailman/Makefile | |
parent | 01d6c6e31a80ad701e2cd9d7da91612856b7e8b3 (diff) | |
download | ports-5f6e2e1cf56e7f8dc22d617e9b24448e9915506a.tar.gz ports-5f6e2e1cf56e7f8dc22d617e9b24448e9915506a.zip |
Notes
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r-- | mail/mailman/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 7f1e88837381..659262165ba0 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -6,26 +6,25 @@ # PORTNAME= mailman -PORTVERSION= 2.0b5 -PORTREVISION= 2 +PORTVERSION= 2.0b6 CATEGORIES= mail MASTER_SITES= http://download.sourceforge.net/mailman/ -DISTNAME= mailman-2.0beta5 +DISTNAME= mailman-2.0beta6 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS+= python:${PORTSDIR}/lang/python -RUN_DEPENDS+= $(LOCALBASE)/sbin/httpd:${PORTSDIR}/www/apache13\ +RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mail-gid=daemon --with-cgi-gid=nogroup -UNAME= mailman -UID= 89 +UNAME?= mailman +UID?= 89 -MAILMANDIR= ${PREFIX}/mailman +MAILMANDIR?= ${PREFIX}/mailman pre-configure: # Add the username, uid, group amd gid @@ -39,7 +38,7 @@ pre-configure: post-install: @${CHOWN} -R :${UNAME} ${MAILMANDIR} @echo All related binaries have been installed in ${MAILMANDIR}/bin - @echo See ${WRKDIR}/INSTALL for installation instructions \($$prefix == ${MAILMANDIR}\). + @echo See ${WRKDIR}/INSTALL for installation instructions \(prefix == ${MAILMANDIR}\). @echo Sample entry for httpd.conf for Apache: @echo " ScriptAlias /mailman/ ${MAILMANDIR}/cgi-bin/" @echo ' <Directory ${MAILMANDIR}/cgi-bin/>' |