diff options
author | perky <perky@FreeBSD.org> | 2002-07-02 01:35:17 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-02 01:35:17 +0800 |
commit | 945159f7a1cda94c3fc219792a0c6b78a926e976 (patch) | |
tree | 0e5b420a5771df737818873e511e35111fdf817a /chinese | |
parent | d5ad8301dfe116d372d7aefd4149f64a7c2f83f5 (diff) | |
download | freebsd-ports-gnome-945159f7a1cda94c3fc219792a0c6b78a926e976.tar.gz freebsd-ports-gnome-945159f7a1cda94c3fc219792a0c6b78a926e976.tar.zst freebsd-ports-gnome-945159f7a1cda94c3fc219792a0c6b78a926e976.zip |
Change master site to MASTER_SITE_LOCAL
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pycodec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/pycodec/Makefile b/chinese/pycodec/Makefile index 784913cfd08e..0ded5f82aed7 100644 --- a/chinese/pycodec/Makefile +++ b/chinese/pycodec/Makefile @@ -8,9 +8,8 @@ PORTNAME= pycodec PORTVERSION= 1.2.0 CATEGORIES= chinese python converters -MASTER_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ - http://fallin.lv/distfiles/ \ - #ftp://python-codecs.sourceforge.net/pub/python-codecs/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= perky DISTNAME= ChineseCodecs${PORTVERSION} MAINTAINER= perky@FreeBSD.org |