diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-10-07 07:20:24 +0800 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-10-07 07:20:24 +0800 |
commit | 0655c36303f485f1482c7845ed7efff853434cb2 (patch) | |
tree | 29a94c9f086ef8941b1c8fbb273a952c47179040 /chinese/auto-cn-l10n | |
parent | 7cae228b183c2635fe5445160c2babf418dd005e (diff) | |
download | freebsd-ports-gnome-0655c36303f485f1482c7845ed7efff853434cb2.tar.gz freebsd-ports-gnome-0655c36303f485f1482c7845ed7efff853434cb2.tar.zst freebsd-ports-gnome-0655c36303f485f1482c7845ed7efff853434cb2.zip |
Undeprecate by replacing local distribution site temporarily with freebsd.org's
public_distfiles.
Diffstat (limited to 'chinese/auto-cn-l10n')
-rw-r--r-- | chinese/auto-cn-l10n/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/auto-cn-l10n/Makefile b/chinese/auto-cn-l10n/Makefile index 4b181830921d..ff31c99dd67c 100644 --- a/chinese/auto-cn-l10n/Makefile +++ b/chinese/auto-cn-l10n/Makefile @@ -8,15 +8,13 @@ PORTNAME= auto-cn-l10n PORTVERSION= 1.1 PORTREVISION= 3 CATEGORIES= chinese -MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +#MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/delphij/} DISTNAME= zh-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The automatic localization for Simplified Chinese zh_CN.eucCN locale -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" |