aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql51-server
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-03-05 23:07:17 +0800
committerale <ale@FreeBSD.org>2004-03-05 23:07:17 +0800
commitbd011afeda4e464c4101d6067e98bf354115dd94 (patch)
tree0845ae6d670ca7644e21b0ac2680f4f62bc49ca6 /databases/mysql51-server
parente3b2df1a453445d4944f5e00b14ccb67089ad4eb (diff)
downloadfreebsd-ports-gnome-bd011afeda4e464c4101d6067e98bf354115dd94.tar.gz
freebsd-ports-gnome-bd011afeda4e464c4101d6067e98bf354115dd94.tar.zst
freebsd-ports-gnome-bd011afeda4e464c4101d6067e98bf354115dd94.zip
Fix building without perl.
Reported by: bento via kris
Diffstat (limited to 'databases/mysql51-server')
-rw-r--r--databases/mysql51-server/files/patch-Docs::Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql51-server/files/patch-Docs::Makefile.in b/databases/mysql51-server/files/patch-Docs::Makefile.in
new file mode 100644
index 000000000000..e9700bd64e46
--- /dev/null
+++ b/databases/mysql51-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