diff options
author | gerald <gerald@FreeBSD.org> | 2004-02-16 10:54:03 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-02-16 10:54:03 +0000 |
commit | 5c141179eee0974a1eaf2722d58bfab5a61e130f (patch) | |
tree | 40781ceaa5f076c3972d045e22548fcc2f909111 /emulators/wine | |
parent | aee5cac867a5d78f89d76a206f8e9580a04f71c5 (diff) | |
download | FreeBSD-ports-5c141179eee0974a1eaf2722d58bfab5a61e130f.zip FreeBSD-ports-5c141179eee0974a1eaf2722d58bfab5a61e130f.tar.gz |
Make deinstallation of optional OpenGL dependent files work in
INSTALL_AS_USER mode as well.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5ed2fea..945a085 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -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> diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 6beb81ba..733255b 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -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 |