diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-06-11 10:37:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-06-11 10:37:34 +0000 |
commit | 8148ca5e7ccbf21409d92b32cd915b71703de008 (patch) | |
tree | dd0f9c05f9883f8be361a0668e92ad75c7817806 /emulators/wine | |
parent | Update to 1.3.9. Notable changes in this release: (diff) |
Handle lib/wine/glu32.dll.so and lib/wine/glu32.dll.so, whose existence
depends on the detailed version/configuration of XFree86.
PR: 38486
Approved by: obrien (mentor)
Also tested by: Christopher Hall <hsw@acm.org>
Notes
Notes:
svn path=/head/; revision=61102
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 7ab712316dae..b355d849c3f5 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -407,6 +407,8 @@ lib/wine/winedefault.reg %%PORTDOCS%%share/doc/wine/README.regapi %%PORTDOCS%%share/doc/wine/psdrv.reg %%PORTDOCS%%@dirrm share/doc/wine +@unexec if [ -f %D/lib/wine/glu32.dll.so ]; then rm %D/lib/wine/glu32.dll.so; fi +@unexec if [ -f %D/lib/wine/opengl32.dll.so ]; then rm %D/lib/wine/opengl32.dll.so; fi @dirrm lib/wine/reg @dirrm lib/wine @dirrm include/wine/msvcrt/sys |