summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/patch-doc-Makefile
blob: 8e08132e175bc403f78ca4e727ce87d26ba03459 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- doc/Makefile.orig	2009-05-15 15:58:05.000000000 +0200
+++ doc/Makefile	2009-05-15 15:58:18.000000000 +0200
@@ -25,9 +25,10 @@
 
 .NOTPARALLEL:
 
-ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
-found_html = yes
-endif
+# FreeBSD has a separate port for installing the documentation
+#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
+#found_html = yes
+#endif
 
 ifneq ($(wildcard $(srcdir)/man.tar.gz),)
 # SCO OpenServer's man system is sufficiently different to not bother.