summaryrefslogtreecommitdiff
path: root/databases/postgresql81-server/files/patch-doc-makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
commitbfb9f8e6c93b2c638014779f1429d726c35e4e69 (patch)
tree93cdf5d5b46d48a1b57091ae3f53e526c137eda6 /databases/postgresql81-server/files/patch-doc-makefile
parentUpgrade to 3.23.37. (diff)
Upgrade to 7.1, change to new layout style.
PR: ports/26741 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=41758
Diffstat (limited to 'databases/postgresql81-server/files/patch-doc-makefile')
-rw-r--r--databases/postgresql81-server/files/patch-doc-makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/postgresql81-server/files/patch-doc-makefile b/databases/postgresql81-server/files/patch-doc-makefile
new file mode 100644
index 000000000000..fa27bed2af3f
--- /dev/null
+++ b/databases/postgresql81-server/files/patch-doc-makefile
@@ -0,0 +1,19 @@
+--- doc/Makefile~ Sun Jan 7 03:03:22 2001
++++ doc/Makefile Wed Apr 18 08:12:30 2001
+@@ -43,10 +43,13 @@
+ gzip -d -c man.tar.gz | ( cd $(DESTDIR)$(mandir) && $(TAR) xf - )
+ endif
+
+-
+ installdirs:
+- $(mkinstalldirs) $(DESTDIR)$(mandir) $(DESTDIR)$(docdir)/html
+-
++ifdef found_html
++ $(mkinstalldirs) $(DESTDIR)$(docdir)/html
++endif
++ifdef found_man
++ $(mkinstalldirs) $(DESTDIR)$(mandir)
++endif
+
+ uninstall:
+ ifdef found_html