diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-16 17:57:07 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-16 17:57:07 +0000 |
commit | d3b16832f34da3aee6206c7c47e14ee0cd9d4844 (patch) | |
tree | 691d5feb1d9c3d114016fa7dc985a09c39a7cc21 /databases/postgresql90-server/files/patch-doc-Makefile | |
parent | Update to 4.0.4. (diff) |
Re-add databases/postgresql90-server, for now
databases/postgresql9*-pl{perl|python} need it.
Diffstat (limited to 'databases/postgresql90-server/files/patch-doc-Makefile')
-rw-r--r-- | databases/postgresql90-server/files/patch-doc-Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/postgresql90-server/files/patch-doc-Makefile b/databases/postgresql90-server/files/patch-doc-Makefile new file mode 100644 index 000000000000..a366d4ca2620 --- /dev/null +++ b/databases/postgresql90-server/files/patch-doc-Makefile @@ -0,0 +1,28 @@ +--- doc/src/sgml/Makefile.orig 2010-06-12 23:40:31.000000000 +0200 ++++ doc/src/sgml/Makefile 2010-09-19 22:07:11.210759927 +0200 +@@ -15,14 +15,14 @@ + + # Make "html" the default target, since that is what most people tend + # to want to use. +-html: ++man: + + subdir = doc/src/sgml + top_builddir = ../../.. + include $(top_builddir)/src/Makefile.global + + +-all: html man ++all: man + + distprep: html distprep-man + +@@ -285,7 +285,7 @@ + ## Install + ## + +-install: install-html ++##install: install-html + + ifneq ($(PORTNAME), sco) + install: install-man |