diff options
author | rm <rm@FreeBSD.org> | 2012-04-17 16:15:03 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-17 16:15:03 +0800 |
commit | d82a063c2d010f8c499bf2ea5a5fae42322748f8 (patch) | |
tree | ccfc78769ac9dbc07a6d828295ff674aaa11e2de /lang | |
parent | 4fedc6fdb418d3f3fcc4a53de9ea023cf4ec05d2 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | lang/python-doc-postscript-a4/Makefile | 11 | ||||
-rw-r--r-- | lang/python-doc-postscript-letter/Makefile | 11 |
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" |