diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-07 23:33:05 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-07 23:33:05 +0000 |
commit | 1dac3b97f1f056185eb4800b23d4a73b444a1ad4 (patch) | |
tree | cd0d5b15f920de53963f3d45e229e19add2cbab3 /devel/py-argparse | |
parent | Update 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/Makefile | 3 |
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 |