Date: Mon, 11 May 2015 05:12:16 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386048 - head/emulators/wine-devel Message-ID: <201505110512.t4B5CGLt010907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505110512.t4B5CGLt010907>