summaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2002-06-11 10:37:34 +0000
committergerald <gerald@FreeBSD.org>2002-06-11 10:37:34 +0000
commitaf9d50b2feaaf35b1a3bf8ba35c6fc4b0c45ae31 (patch)
treea8d45bca0ef9403a812af8cc4f0d00a97126d84a /emulators/wine-devel
parente61474d9d0ceb46c300ad5a1d00365a79dd2be4d (diff)
downloadFreeBSD-ports-af9d50b2feaaf35b1a3bf8ba35c6fc4b0c45ae31.zip
FreeBSD-ports-af9d50b2feaaf35b1a3bf8ba35c6fc4b0c45ae31.tar.gz
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>
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 7ab7123..b355d84 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
OpenPOWER on IntegriCloud