1
0
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:
Gerald Pfeifer 2004-02-16 10:54:03 +00:00
parent 3334ad649e
commit 0f64c6e46d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101033
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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