summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/patch-doc-Makefile
blob: 805b541b438a4cc3f58b35c29e308ef7c71e5caa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.