diff options
-rw-r--r-- | chinese/pycodec/Makefile | 5 | ||||
-rw-r--r-- | converters/py-iconv/Makefile | 5 | ||||
-rw-r--r-- | textproc/py2html/Makefile | 4 |
3 files changed, 6 insertions, 8 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 diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile index 55d28908d928..898866c15eee 100644 --- a/converters/py-iconv/Makefile +++ b/converters/py-iconv/Makefile @@ -8,9 +8,8 @@ PORTNAME= iconv PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= converters python -MASTER_SITES= ftp://people.linuxkorea.co.kr/pub/Python/ \ - http://cvsup3.kr.freebsd.org/~perky/distfiles/ \ - http://www3.kr.freebsd.org/~perky/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= perky PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python diff --git a/textproc/py2html/Makefile b/textproc/py2html/Makefile index fa6f9d506b1d..1a156578ad57 100644 --- a/textproc/py2html/Makefile +++ b/textproc/py2html/Makefile @@ -8,8 +8,8 @@ PORTNAME= py2html PORTVERSION= 0.7 CATEGORIES= textproc www python -MASTER_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ - http://cvsup3.kr.freebsd.org/~perky/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= perky PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} MAINTAINER= perky@FreeBSD.org |