aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-04-22 22:16:22 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-04-22 22:16:22 +0000
commit7b43595384e6f3127722d64bc7d524bd94808875 (patch)
tree38cd9f921003851795d324a8fb400671ce4b79ba /mail/mailman
parent2d2e5a1a7e256e2e59c2a16ad78d133fcbd5d035 (diff)
downloadports-7b43595384e6f3127722d64bc7d524bd94808875.tar.gz
ports-7b43595384e6f3127722d64bc7d524bd94808875.zip
USE_AUTOTOOLS -> USES=autoreconf, GNU_CONFIGURE=yes
Add USES=fakeroot to permit non-root builds if user is not in wheel group. [1] PR: 199396 [1] Submitted by: dvl [1]
Notes
Notes: svn path=/head/; revision=384524
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 58e3ea0386dd..461cf795676b 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -20,12 +20,12 @@ LICENSE_FILE= ${WRKSRC}/gnu-COPYING-GPL
CONFLICTS= ja-mailman-2.1.*
-USES= cpe python:2 tar:tgz
-USE_AUTOTOOLS= autoconf
+USES= autoreconf cpe fakeroot python:2 tar:tgz
USE_RC_SUBR= mailman
CPE_VENDOR= gnu
+GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${MAILMANDIR}
CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} \
--with-username=${MM_USERNAME} \