aboutsummaryrefslogtreecommitdiff
path: root/emulators/i386-wine
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2014-09-22 18:25:55 +0000
committerDavid Naylor <dbn@FreeBSD.org>2014-09-22 18:25:55 +0000
commitbcaa0f659c1bd2dc5e2b013de2b0cb07eb4adb37 (patch)
tree4b66818f6fa786a0db3fdbb1f620a62174a6b1bd /emulators/i386-wine
parent2674647816e2a4079f163e04ce668894b34918e7 (diff)
downloadports-bcaa0f659c1bd2dc5e2b013de2b0cb07eb4adb37.tar.gz
ports-bcaa0f659c1bd2dc5e2b013de2b0cb07eb4adb37.zip
Notes
Diffstat (limited to 'emulators/i386-wine')
-rw-r--r--emulators/i386-wine/Makefile.i3862
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/i386-wine/Makefile.i386 b/emulators/i386-wine/Makefile.i386
index becf581c03b6..12522fbf8c78 100644
--- a/emulators/i386-wine/Makefile.i386
+++ b/emulators/i386-wine/Makefile.i386
@@ -30,6 +30,8 @@ IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for F
# Hook into post-install and do some adapting to make i386 binaries work nicely
# under FreeBSD/amd64
post-install-script:
+ # Fix pkg-plist references
+ ${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST}
# Install bounce script to access the 32bit executables
${INSTALL_SCRIPT} ${.CURDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine
for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \