aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-10-09 02:20:40 +0800
committerjedgar <jedgar@FreeBSD.org>2000-10-09 02:20:40 +0800
commita5189b22d2eb3d455a94e4cc3ed77949cc9ef6c6 (patch)
tree7e33e26548a509235c19e4dda44dc94129762e99 /mail/mailman/Makefile
parentc30947a5fec7df8cf526777f9acbfded9d3093db (diff)
downloadfreebsd-ports-gnome-a5189b22d2eb3d455a94e4cc3ed77949cc9ef6c6.tar.gz
freebsd-ports-gnome-a5189b22d2eb3d455a94e4cc3ed77949cc9ef6c6.tar.zst
freebsd-ports-gnome-a5189b22d2eb3d455a94e4cc3ed77949cc9ef6c6.zip
- Actually populate the variable used for the homedir when creating the
mailman user. - Bump PORTREVISION
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 0cfd6ba048d0..7f1e88837381 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mailman
PORTVERSION= 2.0b5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://download.sourceforge.net/mailman/
DISTNAME= mailman-2.0beta5
@@ -29,7 +29,7 @@ MAILMANDIR= ${PREFIX}/mailman
pre-configure:
# Add the username, uid, group amd gid
- ${SH} ${FILESDIR}/configure.sh ${UNAME} ${UID}
+ ${SH} ${FILESDIR}/configure.sh ${UNAME} ${UID} ${MAILMANDIR}
# Create the dir and the correct permissions for it.
${MKDIR} ${MAILMANDIR}