mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Make deinstallation of optional OpenGL dependent files work in
INSTALL_AS_USER mode as well.
This commit is contained in:
parent
3334ad649e
commit
0f64c6e46d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101033
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
USE_SIZE= yes
|
||||
# GCC 3.2 also seems fine, but the ports collection requires specifying
|
||||
# a concrete version.
|
||||
USE_GCC= 3.3
|
||||
#USE_GCC= 3.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -617,8 +617,8 @@ share/aclocal/wine.m4
|
||||
%%DOCSDIR%%/README.winedbg
|
||||
%%DOCSDIR%%/README.winedump
|
||||
%%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
|
||||
@unexec if [ -f %D/lib/wine/glu32.dll.so ]; then rm -f %D/lib/wine/glu32.dll.so; fi
|
||||
@unexec if [ -f %D/lib/wine/opengl32.dll.so ]; then rm -f %D/lib/wine/opengl32.dll.so; fi
|
||||
@dirrm lib/wine
|
||||
@dirrm include/wine/msvcrt/sys
|
||||
@dirrm include/wine/msvcrt
|
||||
|
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
USE_SIZE= yes
|
||||
# GCC 3.2 also seems fine, but the ports collection requires specifying
|
||||
# a concrete version.
|
||||
USE_GCC= 3.3
|
||||
#USE_GCC= 3.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -617,8 +617,8 @@ share/aclocal/wine.m4
|
||||
%%DOCSDIR%%/README.winedbg
|
||||
%%DOCSDIR%%/README.winedump
|
||||
%%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
|
||||
@unexec if [ -f %D/lib/wine/glu32.dll.so ]; then rm -f %D/lib/wine/glu32.dll.so; fi
|
||||
@unexec if [ -f %D/lib/wine/opengl32.dll.so ]; then rm -f %D/lib/wine/opengl32.dll.so; fi
|
||||
@dirrm lib/wine
|
||||
@dirrm include/wine/msvcrt/sys
|
||||
@dirrm include/wine/msvcrt
|
||||
|
Loading…
Reference in New Issue
Block a user