svn commit: r457180 - head/emulators/wine-devel

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 17:17:37 UTC 2017


Author: tijl
Date: Sun Dec 24 17:17:36 2017
New Revision: 457180
URL: https://svnweb.freebsd.org/changeset/ports/457180

Log:
  Replace USE_AUTOTOOLS with a plain dependency on devel/autoconf.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Dec 24 17:00:29 2017	(r457179)
+++ head/emulators/wine-devel/Makefile	Sun Dec 24 17:17:36 2017	(r457180)
@@ -147,13 +147,10 @@ DISTFILES+=	${COMP_DIST}:cho
 
 EXTRACT_DEPENDS=bash:shells/bash \
 		git:devel/git \
-		${AUTOCONF_DEPENDS}
+		autoreconf-2.69:devel/autoconf
 
-USE_AUTOTOOLS=	autoconf:env
-
 post-extract: fix-shebang
 	cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1
-	${REINPLACE_CMD} 's|autoreconf|${AUTORECONF}|g' ${WRKSRC}/patches/patchinstall.sh
 	cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all
 .endif
 


More information about the svn-ports-head mailing list