aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files/patch-Docs::Makefile.in
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-01-10 13:17:30 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-01-10 13:17:30 +0000
commit4fc0b3222c5c1153353f6a787095f5938b4920f1 (patch)
tree7a30577a7f8cabf06f855f22526febae9145b38a /databases/mysql50-server/files/patch-Docs::Makefile.in
parent7c218c32161b430a3ad981341adee672d9ffacdb (diff)
downloadports-4fc0b3222c5c1153353f6a787095f5938b4920f1.tar.gz
ports-4fc0b3222c5c1153353f6a787095f5938b4920f1.zip
Notes
Diffstat (limited to 'databases/mysql50-server/files/patch-Docs::Makefile.in')
-rw-r--r--databases/mysql50-server/files/patch-Docs::Makefile.in40
1 files changed, 24 insertions, 16 deletions
diff --git a/databases/mysql50-server/files/patch-Docs::Makefile.in b/databases/mysql50-server/files/patch-Docs::Makefile.in
index e9700bd64e46..e76340001630 100644
--- a/databases/mysql50-server/files/patch-Docs::Makefile.in
+++ b/databases/mysql50-server/files/patch-Docs::Makefile.in
@@ -1,21 +1,29 @@
---- Docs/Makefile.in.orig Fri Mar 5 15:59:43 2004
-+++ Docs/Makefile.in Fri Mar 5 16:00:00 2004
-@@ -446,7 +446,7 @@
+--- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004
++++ Docs/Makefile.in Mon Jan 10 11:44:27 2005
+@@ -331,7 +331,7 @@
+ check-recursive installcheck-recursive
+ DIST_COMMON = Makefile.am Makefile.in
+ DIST_SUBDIRS = $(SUBDIRS)
+-all: $(BUILT_SOURCES)
++all:
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
- all: $(targets) txt_files
+ .SUFFIXES:
+@@ -599,7 +599,7 @@
+ installdirs-am:
+ $(mkinstalldirs) $(DESTDIR)$(infodir)
--txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE \
-+txt_files: ../INSTALL-SOURCE ../COPYING \
- INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
+-install: $(BUILT_SOURCES)
++install:
+ $(MAKE) $(AM_MAKEFLAGS) install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -718,7 +718,7 @@
+ uninstall-info-am uninstall-info-recursive uninstall-recursive
- CLEAN_FILES: $(BUILD_SOURCES)
-@@ -609,9 +609,6 @@
- ../INSTALL-SOURCE: mysql.info $(GT)
- perl -w $(GT) mysql.info "Installing" "Tutorial" > $@
--
--../INSTALL-WIN-SOURCE: mysql.info $(GT)
-- perl -w $(GT) mysql.info "Windows source build" "Post-installation" > $@
+-all: $(targets) txt_files
++all:
- # We put the description for the binary installation here so that
- # people who download source wont have to see it. It is moved up to
+ txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \
+ INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt