summaryrefslogtreecommitdiff
path: root/devel/py-argparse
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-07 23:33:05 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-07 23:33:05 +0000
commit1dac3b97f1f056185eb4800b23d4a73b444a1ad4 (patch)
treecd0d5b15f920de53963f3d45e229e19add2cbab3 /devel/py-argparse
parentUpdate to 2.18.1. (diff)
- Add backup MASTER_SITE
Approved by: clsung (mentor)
Notes
Notes: svn path=/head/; revision=189453
Diffstat (limited to 'devel/py-argparse')
-rw-r--r--devel/py-argparse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile
index 7bbd0fe450f5..c7e2e909cb4f 100644
--- a/devel/py-argparse/Makefile
+++ b/devel/py-argparse/Makefile
@@ -8,7 +8,8 @@
PORTNAME= argparse
PORTVERSION= 0.7.0
CATEGORIES= devel python
-MASTER_SITES= http://cheeseshop.python.org/packages/source/a/argparse/
+MASTER_SITES= http://cheeseshop.python.org/packages/source/a/argparse/ \
+ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org