aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-04-17 16:15:03 +0800
committerrm <rm@FreeBSD.org>2012-04-17 16:15:03 +0800
commitd82a063c2d010f8c499bf2ea5a5fae42322748f8 (patch)
treeccfc78769ac9dbc07a6d828295ff674aaa11e2de /lang
parent4fedc6fdb418d3f3fcc4a53de9ea023cf4ec05d2 (diff)
downloadfreebsd-ports-graphics-d82a063c2d010f8c499bf2ea5a5fae42322748f8.tar.gz
freebsd-ports-graphics-d82a063c2d010f8c499bf2ea5a5fae42322748f8.tar.zst
freebsd-ports-graphics-d82a063c2d010f8c499bf2ea5a5fae42322748f8.zip
Remove this slave ports without deprecation period, because they actually
were broken for a long time since upstream does not provide postscript documentation for any of python versions available in the tree. Their support also was removed from master port ten minutes ago. Approved by: silence on python@
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile2
-rw-r--r--lang/python-doc-postscript-a4/Makefile11
-rw-r--r--lang/python-doc-postscript-letter/Makefile11
3 files changed, 0 insertions, 24 deletions
diff --git a/lang/Makefile b/lang/Makefile
index ae40e778400..e1daa442ebd 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -270,8 +270,6 @@
SUBDIR += python-doc-html
SUBDIR += python-doc-pdf-a4
SUBDIR += python-doc-pdf-letter
- SUBDIR += python-doc-postscript-a4
- SUBDIR += python-doc-postscript-letter
SUBDIR += python-doc-text
SUBDIR += python-mode.el
SUBDIR += python24
diff --git a/lang/python-doc-postscript-a4/Makefile b/lang/python-doc-postscript-a4/Makefile
deleted file mode 100644
index e8b76963498..00000000000
--- a/lang/python-doc-postscript-a4/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# New ports collection makefile for: python-doc-postscript-a4
-# Date created: 02 June 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DOCFORMAT= postscript-a4
-MASTERDIR= ${.CURDIR}/../python-doc-html
-
-.include "${MASTERDIR}/Makefile"
diff --git a/lang/python-doc-postscript-letter/Makefile b/lang/python-doc-postscript-letter/Makefile
deleted file mode 100644
index 3d7f0cddd42..00000000000
--- a/lang/python-doc-postscript-letter/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# New ports collection makefile for: python-doc-postscript-letter
-# Date created: 02 June 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DOCFORMAT= postscript-letter
-MASTERDIR= ${.CURDIR}/../python-doc-html
-
-.include "${MASTERDIR}/Makefile"