diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-05 15:07:17 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-05 15:07:17 +0000 |
commit | 5d1fb7d1f766f9ba56f6822ab92691a41631def5 (patch) | |
tree | c0b13d728526b70ccb4bb1ef521fac0aa427b33b /databases/mysql55-server | |
parent | 50cc0e1fad78d32d4e4a0b84717a83b5ae8efd0d (diff) | |
download | ports-5d1fb7d1f766f9ba56f6822ab92691a41631def5.tar.gz ports-5d1fb7d1f766f9ba56f6822ab92691a41631def5.zip |
Notes
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r-- | databases/mysql55-server/files/patch-Docs::Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql55-server/files/patch-Docs::Makefile.in b/databases/mysql55-server/files/patch-Docs::Makefile.in new file mode 100644 index 000000000000..e9700bd64e46 --- /dev/null +++ b/databases/mysql55-server/files/patch-Docs::Makefile.in @@ -0,0 +1,21 @@ +--- 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 |