aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73/files/patch-doc-makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /databases/postgresql73/files/patch-doc-makefile
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
downloadports-b315e20b06b5067b11496cbfb4744f5cf16a9639.tar.gz
ports-b315e20b06b5067b11496cbfb4744f5cf16a9639.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'databases/postgresql73/files/patch-doc-makefile')
-rw-r--r--databases/postgresql73/files/patch-doc-makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/postgresql73/files/patch-doc-makefile b/databases/postgresql73/files/patch-doc-makefile
deleted file mode 100644
index fa27bed2af3f..000000000000
--- a/databases/postgresql73/files/patch-doc-makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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