diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-12 18:58:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-12 18:58:32 +0000 |
commit | 5939f78fc439274432b8c1e9ad928895b0f59a55 (patch) | |
tree | c30e164ad8e1e559d4b356f1877a94efb8a00ee0 /japanese/pycodec | |
parent | 6a8b18124c037c93a57c363ec82f4c796b56c12a (diff) | |
download | ports-5939f78fc439274432b8c1e9ad928895b0f59a55.tar.gz ports-5939f78fc439274432b8c1e9ad928895b0f59a55.zip |
Notes
Diffstat (limited to 'japanese/pycodec')
-rw-r--r-- | japanese/pycodec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/pycodec/Makefile b/japanese/pycodec/Makefile index 4797752ee65d..86b738bcc7cd 100644 --- a/japanese/pycodec/Makefile +++ b/japanese/pycodec/Makefile @@ -8,12 +8,12 @@ PORTNAME= pycodec PORTVERSION= 1.4.3 CATEGORIES= japanese python converters -MASTER_SITES= http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/ \ - ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ \ +MASTER_SITES= ftp://ftp.python.jp/JapaneseCodecs/ \ + http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/ \ http://www3.kr.freebsd.org/~perky/distfiles/ DISTNAME= JapaneseCodecs-${PORTVERSION} -MAINTAINER= perky@python.or.kr +MAINTAINER= perky@fallin.lv BUILD_DEPENDS= ${PYDISTUTILS} |