svn commit: r457194 - head/japanese/mailman

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 19:53:12 UTC 2017


Author: tijl
Date: Sun Dec 24 19:53:11 2017
New Revision: 457194
URL: https://svnweb.freebsd.org/changeset/ports/457194

Log:
  Convert to USES=autoreconf.

Modified:
  head/japanese/mailman/Makefile

Modified: head/japanese/mailman/Makefile
==============================================================================
--- head/japanese/mailman/Makefile	Sun Dec 24 19:23:49 2017	(r457193)
+++ head/japanese/mailman/Makefile	Sun Dec 24 19:53:11 2017	(r457194)
@@ -21,10 +21,10 @@ CONFLICTS=	mailman-2.1.*
 
 PORTSCOUT=	limit:.*\.j\d+$$
 
-USE_AUTOTOOLS=	autoconf
-USES=		gettext python:2 tar:tgz
+USES=		autoreconf gettext python:2 tar:tgz
 USE_RC_SUBR=	mailman
 
+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