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

Gerald Pfeifer gerald at FreeBSD.org
Mon May 11 05:12:16 UTC 2015


Author: gerald
Date: Mon May 11 05:12:15 2015
New Revision: 386048
URL: https://svnweb.freebsd.org/changeset/ports/386048

Log:
  Our post-extract target uses Perl scripts that require fixing the
  shebang first, so make it depend on the fix-shebang target.
  
  Tested by:	pi

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Mon May 11 04:56:17 2015	(r386047)
+++ head/emulators/wine-devel/Makefile	Mon May 11 05:12:15 2015	(r386048)
@@ -149,7 +149,7 @@ CONFIGURE_ENV+=	ac_cv_have_powl=no
 CONFIGURE_ARGS+=--without-pulse
 USE_AUTOTOOLS=	autoconf
 
-post-extract:
+post-extract: fix-shebang
 	cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1
 	cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all
 .endif


More information about the svn-ports-all mailing list