aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-04-17 15:22:48 +0800
committerrm <rm@FreeBSD.org>2012-04-17 15:22:48 +0800
commit3854edc9a79b02315df425293a6ac2c4e8c6d3bc (patch)
tree01e69d1845d848b944e7e01b051edee62a5a08b7 /lang
parentcf5f26f07a89ec957c30b699ec80e5f153125c79 (diff)
downloadfreebsd-ports-gnome-3854edc9a79b02315df425293a6ac2c4e8c6d3bc.tar.gz
freebsd-ports-gnome-3854edc9a79b02315df425293a6ac2c4e8c6d3bc.tar.zst
freebsd-ports-gnome-3854edc9a79b02315df425293a6ac2c4e8c6d3bc.zip
Cleanup special check for python 2.6.0
Approved by: silence on python@
Diffstat (limited to 'lang')
-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 73e019d2ee0a..a509f498aed9 100644
--- a/lang/python-doc-html/Makefile
+++ b/lang/python-doc-html/Makefile
@@ -32,11 +32,7 @@ DOCFORMAT?= html
.if ${PYTHON_REL} >= 260
. if ${DOCFORMAT} == "html" || ${DOCFORMAT} == "text"
-. if ${PYTHON_REL} == 260
-WRKSRC= ${WRKDIR}/python-docs-${DOCFORMAT}
-. else
WRKSRC= ${WRKDIR}/${DISTNAME}
-. endif
. else
WRKSRC= ${WRKDIR}/docs-pdf
. endif