aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/i386-wine-devel/Makefile.i386
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2013-12-01 23:30:42 +0800
committerdbn <dbn@FreeBSD.org>2013-12-01 23:30:42 +0800
commitd5af9a0d139a77df946cbe439830548fd7d44556 (patch)
tree47652632f4059e7a023ed41352f009034289f516 /emulators/i386-wine-devel/Makefile.i386
parent3290cc6c7493bd95e043aeac34b9c72d1556f655 (diff)
downloadfreebsd-ports-gnome-d5af9a0d139a77df946cbe439830548fd7d44556.tar.gz
freebsd-ports-gnome-d5af9a0d139a77df946cbe439830548fd7d44556.tar.zst
freebsd-ports-gnome-d5af9a0d139a77df946cbe439830548fd7d44556.zip
Update emulators/i386-wine-devel to 1.7.7.
Changes: - Fix the patch-nvidia.sh script's usage of getopt [1] - Fix the patching of the packages for installation on amd64 [2] - Reported by: [1] Nicole Reid <nicole@cooltrainer.org> [2] Piotr Kubaj <pkubaj@riseup.net>
Diffstat (limited to 'emulators/i386-wine-devel/Makefile.i386')
-rw-r--r--emulators/i386-wine-devel/Makefile.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386
index f24d79bdd2c2..227280768d02 100644
--- a/emulators/i386-wine-devel/Makefile.i386
+++ b/emulators/i386-wine-devel/Makefile.i386
@@ -79,7 +79,7 @@ post-install-script:
post-package-script:
if [ -n "${WITH_PKGNG}" -a -z "${PACKAGE_BUILDING}" ]; then \
${XZ_CMD} -dc ${PKGFILE} | \
- ${SED} -e "s/^\(arch: freebsd:.*:x86\):32/\1:64/" | \
+ ${SED} -e 's/\(freebsd:.*:x86\):32/\1:64/' -e 's/\(freebsd:.*:x86\):32/\1:64/' | \
${XZ_CMD} > ${WRKDIR}/${PKGNAME}${PKG_SUFX}; \
${MV} ${WRKDIR}/${PKGNAME}${PKG_SUFX} ${PKGFILE}; \
fi