aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2015-01-28 04:49:35 +0800
committerdbn <dbn@FreeBSD.org>2015-01-28 04:49:35 +0800
commite7b0d7528508185f9ad3e6d21a44b287f3d9c05d (patch)
treeb73f0f934708fdfccb9f83cd6c0f4d69fdc924a3
parentd8e9c842efa449ca3940d7cdf8917b3f4fc64f95 (diff)
downloadfreebsd-ports-gnome-e7b0d7528508185f9ad3e6d21a44b287f3d9c05d.tar.gz
freebsd-ports-gnome-e7b0d7528508185f9ad3e6d21a44b287f3d9c05d.tar.zst
freebsd-ports-gnome-e7b0d7528508185f9ad3e6d21a44b287f3d9c05d.zip
Fix emulators/wine-compholio for applying the compholio patches.
Approved by: gerald@
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index cf9c2978818d..1c9ca4ae5914 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -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: