summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-05-26 14:26:21 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-05-26 14:26:21 +0000
commit9230a343c459a3738380c6520e46ad3e9388505e (patch)
tree02e023abd6033f63b203300452899d6f6d7e970a /databases/sqlrelay/files/patch-Makefile
parentAdd p5-Compress-LeadingBlankSpaces 0.04, perl class to compress leading (diff)
Update to version 0.34.2.
Remove BROKEN for 5.X. Leave BROKEN for 4.X since I didn't test there, but I hope it should work. More testing is needed. I switched off all DB variants support but MySQL due to the lack of tests. Comments welcome.
Notes
Notes: svn path=/head/; revision=110063
Diffstat (limited to 'databases/sqlrelay/files/patch-Makefile')
-rw-r--r--databases/sqlrelay/files/patch-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/sqlrelay/files/patch-Makefile b/databases/sqlrelay/files/patch-Makefile
deleted file mode 100644
index 1dcfc92cbb33..000000000000
--- a/databases/sqlrelay/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Wed Oct 17 06:20:48 2001
-+++ Makefile Sun Feb 24 01:42:57 2002
-@@ -24,9 +24,10 @@
-
- install:
- cd bin; $(MAKE) install
-- cd doc; $(MAKE) install
- cd etc; $(MAKE) install
- cd src; $(MAKE) install
-+install-doc:
-+ cd doc; $(MAKE) install
-
- uninstall:
- cd bin; $(MAKE) uninstall