summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/files/patch-doc-makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:43:42 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:43:42 +0000
commita74d4ca9fa91eb54dbb907d37fe3582c0c1b2b42 (patch)
tree2d6247d0597ca5fd8ce93d84882ac2d0d27e1bc3 /japanese/postgresql7/files/patch-doc-makefile
parentUpdate to slave of databases/postgresql7 after repocopy from (diff)
Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk).
Connect japanese/postgresql-tcltk.
Notes
Notes: svn path=/head/; revision=68341
Diffstat (limited to 'japanese/postgresql7/files/patch-doc-makefile')
-rw-r--r--japanese/postgresql7/files/patch-doc-makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/postgresql7/files/patch-doc-makefile b/japanese/postgresql7/files/patch-doc-makefile
deleted file mode 100644
index fa27bed2af3f..000000000000
--- a/japanese/postgresql7/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