diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-04-03 01:57:33 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-04-03 01:57:33 +0000 |
commit | 9a1bcaf028ed7109b3203ea2f2b5902405b0f9fb (patch) | |
tree | 84a2058d97b21ee27e1b258a3dc73cd37a92ee32 /devel/pylint | |
parent | 0426d4b0cd56a3cc63a028dafaf654d77be99ec5 (diff) | |
download | ports-9a1bcaf028ed7109b3203ea2f2b5902405b0f9fb.tar.gz ports-9a1bcaf028ed7109b3203ea2f2b5902405b0f9fb.zip |
Notes
Diffstat (limited to 'devel/pylint')
-rw-r--r-- | devel/pylint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index fa04a796ffba..53c5967c85e3 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -8,7 +8,8 @@ PORTNAME= pylint PORTVERSION= 0.13.1 CATEGORIES= devel python -MASTER_SITES= ftp://ftp.logilab.org/pub/pylint/ +MASTER_SITES= ftp://ftp.logilab.org/pub/pylint/ \ + http://ftp.logilab.org/pub/pylint/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org |