svn commit: r384524 - head/mail/mailman

Matthias Andree mandree at FreeBSD.org
Wed Apr 22 22:16:22 UTC 2015


Author: mandree
Date: Wed Apr 22 22:16:22 2015
New Revision: 384524
URL: https://svnweb.freebsd.org/changeset/ports/384524

Log:
  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]

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Wed Apr 22 21:50:44 2015	(r384523)
+++ head/mail/mailman/Makefile	Wed Apr 22 22:16:22 2015	(r384524)
@@ -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} \


More information about the svn-ports-head mailing list