diff options
author | rm <rm@FreeBSD.org> | 2012-04-17 15:53:40 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-17 15:53:40 +0800 |
commit | 5d71264695b48fbd4d29111001fda4c516ed277e (patch) | |
tree | 51c3f4f986e362a5ef35b2c99005a9809ac4c8d4 /lang | |
parent | b513729301b00621c14539f54951b2c20ba41c47 (diff) | |
download | freebsd-ports-gnome-5d71264695b48fbd4d29111001fda4c516ed277e.tar.gz freebsd-ports-gnome-5d71264695b48fbd4d29111001fda4c516ed277e.tar.zst freebsd-ports-gnome-5d71264695b48fbd4d29111001fda4c516ed277e.zip |
Cleanup python < 2.6 logic, because there is no documentation for this
versions anymore. Add corresponding message for users of this versions.
Approved by: silence on python@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-doc-html/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index a509f498aed9..4ecbda01a224 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -40,11 +40,7 @@ WRKSRC= ${WRKDIR}/docs-pdf IGNORE= invalid value for DOCFORMAT: "${DOCFORMAT}", possible values are: text, html, pdf-a4, pdf-letter . endif .else -DISTNAME= ${DOCFORMAT}-${PORTVERSION} -WRKSRC= ${WRKDIR}/Python-Docs-${PORTVERSION} -. if ${DOCFORMAT} != "html" && ${DOCFORMAT} != "pdf-a4" && ${DOCFORMAT} != "pdf-letter" && ${DOCFORMAT} != "postscript-a4" && ${DOCFORMAT} != "postscript-letter" -IGNORE= invalid value for DOCFORMAT: "${DOCFORMAT}", possible values are: html, pdf-a4, pdf-letter, postscript-a4, postscript-letter -. endif +IGNORE= There is no documentation for this Python version, because it deprecated upstream .endif pre-install: |