diff options
author | dbn <dbn@FreeBSD.org> | 2015-01-28 04:49:35 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2015-01-28 04:49:35 +0800 |
commit | e7b0d7528508185f9ad3e6d21a44b287f3d9c05d (patch) | |
tree | b73f0f934708fdfccb9f83cd6c0f4d69fdc924a3 | |
parent | d8e9c842efa449ca3940d7cdf8917b3f4fc64f95 (diff) | |
download | freebsd-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/Makefile | 2 |
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: |