aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-09-15 12:33:52 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-09-15 12:33:52 +0000
commit67050a5a7e8d53cb5e1bcba6e4d27c6df076592b (patch)
tree5b067ee64fb5cb1619c2638ec5699e589d1ddb99 /emulators/wine/Makefile
parent340400ffaf677d5d9c9a2e607dd5e362edd57cb2 (diff)
Update to Wine 0.9.21. Among others, this brings the following changes:
- OpenGL restructurations. - The usual assortment of MSI improvements. - Several Richedit fixes. - WCMD Winelib app renamed to CMD for compatibility. - Many improvements to the Wintrust DLL. - Some code cleanups. - Lots of bug fixes.
Notes
Notes: svn path=/head/; revision=173106
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 61ae556ace95..d315156fd3d3 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= wine
-PORTVERSION= 0.9.20
+PORTVERSION= 0.9.21
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \
@@ -60,7 +60,7 @@ post-install:
.for i in README ANNOUNCE AUTHORS LICENSE
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
-.for i in progman uninstaller wcmd winedbg winemine
+.for i in progman uninstaller winedbg winemine
${INSTALL_DATA} ${WRKSRC}/programs/${i}/README ${DOCSDIR}/README.${i}
.endfor
${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedump