diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-02-10 22:03:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-02-10 22:03:15 +0000 |
commit | 2a60d94fd7129acb2447f23051a7fb768405aa67 (patch) | |
tree | ef97a8b1d88f3d1fbda5605b5556045cf3928395 /databases/postgresql92-server/files/patch-doc-Makefile | |
parent | net-p2p/libtorrent: Fix remote DoS (diff) |
Remove expired ports:
2018-01-01 devel/p5-Parse-Pidl: yes
2018-02-08 devel/rubygem-piston: No longer maintained upstream
2017-04-05 databases/postgresql92-server: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version.
Notes
Notes:
svn path=/head/; revision=461438
Diffstat (limited to 'databases/postgresql92-server/files/patch-doc-Makefile')
-rw-r--r-- | databases/postgresql92-server/files/patch-doc-Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/postgresql92-server/files/patch-doc-Makefile b/databases/postgresql92-server/files/patch-doc-Makefile deleted file mode 100644 index a366d4ca2620..000000000000 --- a/databases/postgresql92-server/files/patch-doc-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- 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 |