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

David Naylor dbn at FreeBSD.org
Tue Jan 27 20:49:36 UTC 2015


Author: dbn
Date: Tue Jan 27 20:49:35 2015
New Revision: 378018
URL: https://svnweb.freebsd.org/changeset/ports/378018
QAT: https://qat.redports.org/buildarchive/r378018/

Log:
  Fix emulators/wine-compholio for applying the compholio patches.
  
  Approved by:	gerald@

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue Jan 27 20:42:14 2015	(r378017)
+++ head/emulators/wine-devel/Makefile	Tue Jan 27 20:49:35 2015	(r378018)
@@ -118,7 +118,7 @@ USE_AUTOTOOLS=	autoconf
 
 pre-configure:
 	cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1
-	cd ${WRKSRC} && ${MAKE_CMD} -C ./patches DESTDIR=${WRKSRC} install
+	cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all
 .endif
 
 pre-build:


More information about the svn-ports-all mailing list