aboutsummaryrefslogtreecommitdiff
path: root/lang/python-doc-html
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-16 17:04:29 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-16 17:04:29 +0000
commit473f7fc2dc1cba782abaf6af536acb7a7799336e (patch)
tree7b159a58f19888eb0484be875996578820a05261 /lang/python-doc-html
parentce07350e5e45a04530aaf48ba94ef5ad1d9ae5ac (diff)
Notes
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r--lang/python-doc-html/Makefile4
1 files changed, 0 insertions, 4 deletions
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 <bsd.port.pre.mk>
-.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} && \