summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/patch-doc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql91-server/files/patch-doc-Makefile')
-rw-r--r--databases/postgresql91-server/files/patch-doc-Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql91-server/files/patch-doc-Makefile b/databases/postgresql91-server/files/patch-doc-Makefile
new file mode 100644
index 000000000000..805b541b438a
--- /dev/null
+++ b/databases/postgresql91-server/files/patch-doc-Makefile
@@ -0,0 +1,20 @@
+--- doc/Makefile.orig 2007-02-09 16:55:57.000000000 +0100
++++ doc/Makefile 2008-01-02 11:38:43.000000000 +0100
+@@ -25,11 +25,12 @@
+
+ .NOTPARALLEL:
+
+-ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
+-ifneq (,$(docdir))
+-found_html = yes
+-endif
+-endif
++# FreeBSD has a separate port for installing the documentation
++#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
++#ifneq (,$(docdir))
++#found_html = yes
++#endif
++#endif
+
+ ifneq ($(wildcard $(srcdir)/man.tar.gz),)
+ # SCO OpenServer's man system is sufficiently different to not bother.