diff options
author | ale <ale@FreeBSD.org> | 2004-06-09 22:06:43 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-09 22:06:43 +0000 |
commit | 9fc750a954cd9a8eb655e3988b5f8f4bc741b5b2 (patch) | |
tree | 256f85a1055300f32cfbfc0229afe1e0c3485650 /databases/mysql41-server | |
parent | 2c363fae62f08869df81867aa007409357ee7a36 (diff) | |
download | FreeBSD-ports-9fc750a954cd9a8eb655e3988b5f8f4bc741b5b2.zip FreeBSD-ports-9fc750a954cd9a8eb655e3988b5f8f4bc741b5b2.tar.gz |
Add patchfile as in mysql 5.0 to remove useless perl dependency.
Diffstat (limited to 'databases/mysql41-server')
-rw-r--r-- | databases/mysql41-server/files/patch-Docs::Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql41-server/files/patch-Docs::Makefile.in b/databases/mysql41-server/files/patch-Docs::Makefile.in new file mode 100644 index 0000000..e9700bd --- /dev/null +++ b/databases/mysql41-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 |