diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-08 07:33:05 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-08 07:33:05 +0800 |
commit | 106f87bf27187cc9eca081f203d1c286172a8d64 (patch) | |
tree | dd0eebf796f61911e7593a77d6008b4ea8865f70 /devel | |
parent | b266e61f17cecd21053766538305f86c6c3e1238 (diff) | |
download | freebsd-ports-gnome-106f87bf27187cc9eca081f203d1c286172a8d64.tar.gz freebsd-ports-gnome-106f87bf27187cc9eca081f203d1c286172a8d64.tar.zst freebsd-ports-gnome-106f87bf27187cc9eca081f203d1c286172a8d64.zip |
- Add backup MASTER_SITE
Approved by: clsung (mentor)
Diffstat (limited to 'devel')
-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 |