diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-21 23:20:13 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-21 23:20:13 +0000 |
commit | 65c9e1cd71418148e2fde751502ed59cd905af67 (patch) | |
tree | 0a51396da1a6ba0f2a2a0beb0675ec62b363d1e2 /chinese | |
parent | Fix dependencies when installing samba on a fresh install (diff) |
Distfile disappeared from sf.net site so maintainer will host them
PR: 39629
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61711
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pycodec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/pycodec/Makefile b/chinese/pycodec/Makefile index f3e9c236476a..254cf1e58cad 100644 --- a/chinese/pycodec/Makefile +++ b/chinese/pycodec/Makefile @@ -8,9 +8,9 @@ PORTNAME= pycodec PORTVERSION= 1.2.0 CATEGORIES= chinese python converters -MASTER_SITES= ftp://python-codecs.sourceforge.net/pub/python-codecs/ \ - ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ \ - ftp://www3.kr.freebsd.org/~perky/distfiles/ +MASTER_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ + http://fallin.lv/distfiles/ \ + #ftp://python-codecs.sourceforge.net/pub/python-codecs/ DISTNAME= ChineseCodecs${PORTVERSION} MAINTAINER= perky@fallin.lv |