diff options
author | pat <pat@FreeBSD.org> | 2002-06-21 23:20:13 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-21 23:20:13 +0000 |
commit | 21728c75c2fda4239a1e3350ca4100430a2d8d08 (patch) | |
tree | dbe863320d400223299b3b61046192ea54cd4ec9 /chinese | |
parent | de273dbc5e6969af5b30ce2bb012c6bc817632b0 (diff) | |
download | FreeBSD-ports-21728c75c2fda4239a1e3350ca4100430a2d8d08.zip FreeBSD-ports-21728c75c2fda4239a1e3350ca4100430a2d8d08.tar.gz |
Distfile disappeared from sf.net site so maintainer will host them
PR: 39629
Submitted by: maintainer
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 f3e9c23..254cf1e 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 |