diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-11 22:45:29 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-11 22:45:29 +0000 |
commit | 5228e63faaacd287685ea7d655dc2bb4cbc5b2a9 (patch) | |
tree | a7c9b08776e0c2bd8ca96eb2642380131789b657 /emulators/wine/files | |
parent | Update to version 0.80. (diff) |
Update to 2002.03.10
PR: 35781
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55895
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-gb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb index 559fe154cc53..b139c468ecc3 100644 --- a/emulators/wine/files/patch-gb +++ b/emulators/wine/files/patch-gb @@ -1,9 +1,9 @@ ---- Makefile.in.orig Wed Jan 23 13:32:44 2002 -+++ Makefile.in Wed Jan 23 13:32:53 2002 -@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS) - install:: all $(INSTALLSUBDIRS:%=%/__install__) - [ -d $(bindir) ] || $(MKDIR) $(bindir) +--- Makefile.in.orig Thu Feb 28 22:43:46 2002 ++++ Makefile.in Sat Mar 9 10:48:45 2002 +@@ -89,7 +89,6 @@ install_wine: $(INSTALL_PROGRAM) wine $(bindir)/wine + + install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__) - -$(LDCONFIG) uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) |