diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-04-17 07:22:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-04-17 07:22:48 +0000 |
commit | 10a7ee88661569cb0cc9fbd3a441f01b66304232 (patch) | |
tree | 8299a5a256bf8fdcb339c760d2458498706ee7a0 /lang/python-doc-html | |
parent | b389c65bac558f8c2e1e1291028312ddc0d65d34 (diff) | |
download | ports-10a7ee88661569cb0cc9fbd3a441f01b66304232.tar.gz ports-10a7ee88661569cb0cc9fbd3a441f01b66304232.zip |
Notes
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/Makefile | 4 |
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 |