1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Change master site to MASTER_SITE_LOCAL

This commit is contained in:
Hye-Shik Chang 2002-07-01 17:35:17 +00:00
parent f402fdda62
commit b292380323
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62289
3 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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