svn commit: r387766 - head/security/fakebo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 20:27:54 UTC 2015


Author: amdmi3
Date: Thu May 28 20:27:53 2015
New Revision: 387766
URL: https://svnweb.freebsd.org/changeset/ports/387766

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/fakebo/Makefile

Modified: head/security/fakebo/Makefile
==============================================================================
--- head/security/fakebo/Makefile	Thu May 28 20:27:37 2015	(r387765)
+++ head/security/fakebo/Makefile	Thu May 28 20:27:53 2015	(r387766)
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list