svn commit: r390245 - head/games/frobtads

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 15:37:17 UTC 2015


Author: bapt
Date: Sun Jun 21 15:37:16 2015
New Revision: 390245
URL: https://svnweb.freebsd.org/changeset/ports/390245

Log:
  Convert to USES=autoreconf

Modified:
  head/games/frobtads/Makefile

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Sun Jun 21 15:32:42 2015	(r390244)
+++ head/games/frobtads/Makefile	Sun Jun 21 15:37:16 2015	(r390245)
@@ -16,14 +16,10 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 CONFLICTS=	tads-2.*
 
-USES=		gmake
-USE_AUTOTOOLS=	automake autoconf
+USES=		autoreconf gmake
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lcompat
 
-pre-configure:
-	(cd ${WRKSRC}; ${SH} bootstrap)
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list