From 473f7fc2dc1cba782abaf6af536acb7a7799336e Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 16 Jul 2012 17:04:29 +0000 Subject: - remove expired ports * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi) --- lang/python-doc-html/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/python-doc-html') diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index abc78ffa44d8..a028f05ce41b 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -30,7 +30,6 @@ DOCFORMAT?= html .include -.if ${PYTHON_REL} >= 260 . if ${DOCFORMAT} == "html" || ${DOCFORMAT} == "text" WRKSRC= ${WRKDIR}/${DISTNAME} . else @@ -39,9 +38,6 @@ WRKSRC= ${WRKDIR}/docs-pdf . if ${DOCFORMAT} != "html" && ${DOCFORMAT} != "pdf-a4" && ${DOCFORMAT} != "pdf-letter" && ${DOCFORMAT} != "text" IGNORE= invalid value for DOCFORMAT: "${DOCFORMAT}", possible values are: text, html, pdf-a4, pdf-letter . endif -.else -IGNORE= there is no documentation for this Python version, because it deprecated upstream -.endif pre-install: @cd ${WRKSRC} && \ -- cgit v1.2.3