diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-02-16 10:54:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-02-16 10:54:03 +0000 |
commit | 0f64c6e46db79d96b5a1a92c850470a3b29ec530 (patch) | |
tree | 8891c942a2331c2ae41ac48b95b5103a34bb8c4c /emulators/wine-devel | |
parent | BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a (diff) |
Make deinstallation of optional OpenGL dependent files work in
INSTALL_AS_USER mode as well.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5ed2feaff7cd..945a0854d119 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 6beb81ba6d8c..733255b80549 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/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 |