1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

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>
This commit is contained in:
Gerald Pfeifer 2002-06-11 10:37:34 +00:00
parent 037081f33f
commit 8148ca5e7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61102
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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