diff options
author | rm <rm@FreeBSD.org> | 2012-04-17 16:25:02 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-17 16:25:02 +0800 |
commit | 845560481386efc77d8096104edc7d1b97260cd4 (patch) | |
tree | 014aa81f540b1021d5e2757ed400ea79bb713a72 /lang | |
parent | d82a063c2d010f8c499bf2ea5a5fae42322748f8 (diff) | |
download | freebsd-ports-gnome-845560481386efc77d8096104edc7d1b97260cd4.tar.gz freebsd-ports-gnome-845560481386efc77d8096104edc7d1b97260cd4.tar.zst freebsd-ports-gnome-845560481386efc77d8096104edc7d1b97260cd4.zip |
Fix portlint warning (IGNORE message should start from lower-case letter)
Diffstat (limited to 'lang')
-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: |