summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/files/patch-Docs::Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /databases/mysql51-server/files/patch-Docs::Makefile.in
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'databases/mysql51-server/files/patch-Docs::Makefile.in')
-rw-r--r--databases/mysql51-server/files/patch-Docs::Makefile.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/mysql51-server/files/patch-Docs::Makefile.in b/databases/mysql51-server/files/patch-Docs::Makefile.in
deleted file mode 100644
index e9700bd64e46..000000000000
--- a/databases/mysql51-server/files/patch-Docs::Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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 @@
-
- all: $(targets) txt_files
-
--txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE \
-+txt_files: ../INSTALL-SOURCE ../COPYING \
- INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
-
- 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" > $@
-
- # 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