diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 16:16:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 16:16:42 +0000 |
commit | d07861798f6c62bcb8f431e2ab9f8f3fc65640a8 (patch) | |
tree | c877984ea20ece72a72585130d7b98446aaad988 | |
parent | - Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
PR: ports/66686
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes:
svn path=/head/; revision=109262
-rw-r--r-- | devel/py-yaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile index acc499ee16a1..0f09f0ea2a08 100644 --- a/devel/py-yaml/Makefile +++ b/devel/py-yaml/Makefile @@ -9,7 +9,7 @@ PORTNAME= yaml PORTVERSION= 0.32 CATEGORIES= devel python -MASTER_SITES= http://iron.cx/yaml/ +MASTER_SITES= http://sluggo.kicks-ass.org/yaml/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyYaml-SHowell-${PORTVERSION} EXTRACT_SUFX= .tar.gz |