From af9d50b2feaaf35b1a3bf8ba35c6fc4b0c45ae31 Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 11 Jun 2002 10:37:34 +0000 Subject: 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 --- emulators/wine-devel/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emulators/wine-devel') diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 7ab712316dae..b355d849c3f5 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/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 -- cgit