diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-04-08 17:46:50 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-04-08 17:46:50 +0000 |
commit | 4726ef089837fc57fafcf3c36348ab00645cde46 (patch) | |
tree | dc649692155790fa0238a596f71954e1991c3b6e /emulators/wine/files | |
parent | Correctly utilize WANT_GNOME. (diff) |
Update to 2001.03.26.
PR: ports/26435 (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=41079
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ba | 13 | ||||
-rw-r--r-- | emulators/wine/files/patch-tools_Makefile.in | 15 | ||||
-rw-r--r-- | emulators/wine/files/patch-tools_specmaker_Makefile.in | 11 |
3 files changed, 4 insertions, 35 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba index e8a12001bc36..32b1b06d0387 100644 --- a/emulators/wine/files/patch-ba +++ b/emulators/wine/files/patch-ba @@ -1,6 +1,6 @@ ---- Make.rules.in.orig Fri Jan 12 07:32:44 2001 -+++ Make.rules.in Sat Mar 10 09:16:59 2001 -@@ -25,7 +25,7 @@ +--- Make.rules.in.orig Mon Mar 19 20:19:23 2001 ++++ Make.rules.in Sun Apr 8 14:31:40 2001 +@@ -25,7 +25,7 @@ SHELL = /bin/sh CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ @@ -9,12 +9,7 @@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -75,11 +75,12 @@ - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ +@@ -80,7 +80,7 @@ INSTALL_DATA = @INSTALL_DATA@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ diff --git a/emulators/wine/files/patch-tools_Makefile.in b/emulators/wine/files/patch-tools_Makefile.in deleted file mode 100644 index cf5751021b65..000000000000 --- a/emulators/wine/files/patch-tools_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/Makefile.in.orig Fri Jan 5 04:45:50 2001 -+++ tools/Makefile.in Sat Mar 10 09:31:33 2001 -@@ -44,9 +44,9 @@ - install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__) - [ -d $(bindir) ] || $(MKDIR) $(bindir) - $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf -- $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher -- $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker -- $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink -+ $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher -+ $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker -+ $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink - - uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink diff --git a/emulators/wine/files/patch-tools_specmaker_Makefile.in b/emulators/wine/files/patch-tools_specmaker_Makefile.in deleted file mode 100644 index 51587237d15e..000000000000 --- a/emulators/wine/files/patch-tools_specmaker_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/specmaker/Makefile.in.orig Mon Jan 8 06:52:39 2001 -+++ tools/specmaker/Makefile.in Sat Mar 10 09:12:03 2001 -@@ -26,7 +26,7 @@ - install:: $(PROGRAMS) - [ -d $(bindir) ] || $(MKDIR) $(bindir) - $(INSTALL_PROGRAM) specmaker $(bindir)/specmaker -- $(INSTALL_PROGRAM) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl -+ $(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl - - uninstall:: - $(RM) $(bindir)/specmaker |