diff options
Diffstat (limited to 'devel/py-flakes')
-rw-r--r-- | devel/py-flakes/Makefile | 2 | ||||
-rw-r--r-- | devel/py-flakes/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile index 2cd7657efbb1..5c78277465d7 100644 --- a/devel/py-flakes/Makefile +++ b/devel/py-flakes/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyflakes-${PORTVERSION} MAINTAINER= alexbl@FreeBSD.org -COMMENT= Pyflakes is a program that analyzes Pythom programs for errors +COMMENT= Pyflakes is a program that analyzes Python programs for errors USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-flakes/pkg-descr b/devel/py-flakes/pkg-descr index 0d95f1e3b0bf..00c348c35fbd 100644 --- a/devel/py-flakes/pkg-descr +++ b/devel/py-flakes/pkg-descr @@ -4,4 +4,4 @@ modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. -WWW: http://www.divmod.org/projects/pyflakes +WWW: http://www.divmod.org/trac/wiki/DivmodPyflakes |