summaryrefslogtreecommitdiff
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-10-08 23:54:27 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-10-08 23:54:27 +0000
commit5f6e2e1cf56e7f8dc22d617e9b24448e9915506a (patch)
tree0e27689386ce7550042f797cb871b4d93acc69a3 /mail/mailman/Makefile
parentDefine MD5_FILE instead of FILESDIR -- it turns out that the FILESDIR (diff)
- Update port to 2.0b6
- Allow mailman user/uid/install dir to be overridden - Add WWW
Notes
Notes: svn path=/head/; revision=33594
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile15
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/>'