diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-03 09:25:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-03 09:25:02 +0800 |
commit | c03295958e787fe07e7160b6477515a68b9a3e87 (patch) | |
tree | 7143c6c589a8264b895545a39b8b8e0c2dbc8609 | |
parent | a0e5b98a5ca5641cb4de00cecc021b9e755f7bc8 (diff) | |
download | freebsd-ports-gnome-c03295958e787fe07e7160b6477515a68b9a3e87.tar.gz freebsd-ports-gnome-c03295958e787fe07e7160b6477515a68b9a3e87.tar.zst freebsd-ports-gnome-c03295958e787fe07e7160b6477515a68b9a3e87.zip |
Fix master_site and directory.
-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} |