summaryrefslogtreecommitdiff
path: root/databases/postgresql96-server/files/patch-doc-src-sgml-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-03-11 13:03:48 +0100
committerRene Ladan <rene@FreeBSD.org>2022-03-11 13:03:56 +0100
commit7b10329e431b4bc020d0c00abe9c0022be6fe6a8 (patch)
tree6558bf6a43d839c68638bbe4124c8cd251498a83 /databases/postgresql96-server/files/patch-doc-src-sgml-Makefile
parentMk: unregister expired PostgreSQL 9.6 (diff)
cleanup: Remove expired ports:
2022-03-11 databases/postgresql96-client: PostgreSQL-9.6 has reached end-of-life 2022-03-11 databases/postgresql96-contrib: PostgreSQL-9.6 has reached end-of-life 2022-03-11 databases/postgresql96-docs: PostgreSQL-9.6 has reached end-of-life databases/postgresql96-pgtcl: part of expired PostgreSQL 9.6 2022-03-11 databases/postgresql96-plperl: PostgreSQL-9.6 has reached end-of-life 2022-03-11 databases/postgresql96-plpython: PostgreSQL-9.6 has reached end-of-life 2022-03-11 databases/postgresql96-pltcl: PostgreSQL-9.6 has reached end-of-life 2022-03-11 databases/postgresql96-server: PostgreSQL-9.6 has reached end-of-life
Diffstat (limited to 'databases/postgresql96-server/files/patch-doc-src-sgml-Makefile')
-rw-r--r--databases/postgresql96-server/files/patch-doc-src-sgml-Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/databases/postgresql96-server/files/patch-doc-src-sgml-Makefile b/databases/postgresql96-server/files/patch-doc-src-sgml-Makefile
deleted file mode 100644
index 6e9522b1e45a..000000000000
--- a/databases/postgresql96-server/files/patch-doc-src-sgml-Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
---- doc/src/sgml/Makefile.orig 2015-10-05 21:09:44.000000000 +0200
-+++ doc/src/sgml/Makefile 2015-10-09 01:02:37.164797000 +0200
-@@ -15,7 +15,7 @@
-
- # Make "html" the default target, since that is what most people tend
- # to want to use.
--html:
-+man:
-
- NO_TEMP_INSTALL=yes
-
-@@ -24,7 +24,7 @@
- include $(top_builddir)/src/Makefile.global
-
-
--all: html man
-+all: man
-
- distprep: html distprep-man
-
-@@ -81,8 +81,6 @@
- ## Man pages
- ##
-
--man distprep-man: man-stamp
--
- man-stamp: stylesheet-man.xsl postgres.xml
- $(XMLLINT) --noout --valid postgres.xml
- $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^
-@@ -326,14 +324,14 @@
- ## Install
- ##
-
--install: install-html
-+install: install-man
-
- ifneq ($(PORTNAME), sco)
- install: install-man
- endif
-
- installdirs:
-- $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
-+ $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
-
- # If the install used a man directory shared with other applications, this will remove all files.
- uninstall: