aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-argparse/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile
index 8f5e0fdc671a..8f16b4d03af9 100644
--- a/devel/py-argparse/Makefile
+++ b/devel/py-argparse/Makefile
@@ -5,7 +5,7 @@ PORTNAME= argparse
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= devel python
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
@@ -13,8 +13,6 @@ COMMENT= Optparse-inspired command-line parsing library
LICENSE= PSFL
-BROKEN= Unfetchable (google code has gone away)
-
USES= python
USE_PYTHON= distutils autoplist