diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 01:25:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-03 01:25:02 +0000 |
commit | d7596ec58589e028a902661360e374560bb22053 (patch) | |
tree | 51be27c5cf1558be509e852feea6faa74fda21b6 | |
parent | Fix master_site directory (diff) |
Fix master_site and directory.
Notes
Notes:
svn path=/head/; revision=92912
-rw-r--r-- | net/py-soap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-soap/Makefile b/net/py-soap/Makefile index b1e8798919f7..cd15bcb58189 100644 --- a/net/py-soap/Makefile +++ b/net/py-soap/Makefile @@ -8,7 +8,7 @@ PORTNAME= soap PORTVERSION= 0.8 CATEGORIES= net python -MASTER_SITES= http://www.pythonware.com/downloads/ +MASTER_SITES= http://www.pythonware.net/storage/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}lib-${PORTVERSION}-${PORTRELDATE} |