diff options
author | krion <krion@FreeBSD.org> | 2004-05-17 00:16:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-17 00:16:42 +0800 |
commit | 7c639b94a9ac179464f2d0b822ce8e7660381b90 (patch) | |
tree | e2b4f2ffedca5961c149f648fce5d73d401f68c1 /devel | |
parent | 5712de37442b66d1866950dc7d51f8a9e411fbbc (diff) | |
download | freebsd-ports-gnome-7c639b94a9ac179464f2d0b822ce8e7660381b90.tar.gz freebsd-ports-gnome-7c639b94a9ac179464f2d0b822ce8e7660381b90.tar.zst freebsd-ports-gnome-7c639b94a9ac179464f2d0b822ce8e7660381b90.zip |
- Fix MASTER_SITES
PR: ports/66686
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'devel')
-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 |