diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-04-17 08:25:02 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-04-17 08:25:02 +0000 |
commit | 508669809cde72280729ef0af02a9c4afebe505d (patch) | |
tree | b92b5ad1d45e379f285fd3f8f7e1fe8cda63d43a /lang/python-doc-html | |
parent | 41ff065fcd06c376cc18d307e7f84cbfdeeb1063 (diff) | |
download | ports-508669809cde72280729ef0af02a9c4afebe505d.tar.gz ports-508669809cde72280729ef0af02a9c4afebe505d.zip |
Notes
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 4ecbda01a224..abc78ffa44d8 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -40,7 +40,7 @@ WRKSRC= ${WRKDIR}/docs-pdf 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 +IGNORE= there is no documentation for this Python version, because it deprecated upstream .endif pre-install: |