aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
authorEygene Ryabinkin <rea@FreeBSD.org>2011-09-25 22:20:28 +0000
committerEygene Ryabinkin <rea@FreeBSD.org>2011-09-25 22:20:28 +0000
commit7323d99cc720f3fed802c8120d6192ce9073b385 (patch)
treee0290bb68c2fb0d6cd68e21ab8122ea83e1fa04f /databases/postgresql90-server
parent54aeae7b7be2aa199429e70d030ea283428dbd23 (diff)
Notes
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/files/patch-doc-src-sgml-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/postgresql90-server/files/patch-doc-src-sgml-Makefile b/databases/postgresql90-server/files/patch-doc-src-sgml-Makefile
new file mode 100644
index 000000000000..12c43172fb35
--- /dev/null
+++ b/databases/postgresql90-server/files/patch-doc-src-sgml-Makefile
@@ -0,0 +1,17 @@
+Manual pages are already present in the PostgreSQL tarball, so we avoid
+messing with timestamp: it depends on postgres.xml that, in turn,
+depends on almost all SGML files, most notably, version.sgml. And the
+latter depends on the configure in the top-level directory, so when
+we patch it, build system wants to regenerate manual pages.
+
+--- doc/src/sgml/Makefile.orig 2011-09-13 23:42:58.508672251 +0400
++++ doc/src/sgml/Makefile 2011-09-13 23:43:01.676668807 +0400
+@@ -75,8 +75,6 @@
+ ## Man pages
+ ##
+
+-man distprep-man: man-stamp
+-
+ man-stamp: stylesheet-man.xsl postgres.xml
+ $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^
+ touch $@