diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-03 06:39:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-03 06:39:28 +0000 |
commit | 8d6c858782168c6bac72cc19ec99d25bce83f5a5 (patch) | |
tree | f5302e1ec8e52b1a164c24daa73cb6dd0a3602b5 /chinese/auto-tw-l10n | |
parent | d7f9cdb38eee4df2eca44202d109ba389d0797e8 (diff) | |
download | ports-8d6c858782168c6bac72cc19ec99d25bce83f5a5.tar.gz ports-8d6c858782168c6bac72cc19ec99d25bce83f5a5.zip |
Notes
Diffstat (limited to 'chinese/auto-tw-l10n')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 11 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/distinfo | 4 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/files/patch-make.conf.in | 24 |
3 files changed, 5 insertions, 34 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index 3bf55607700d..ff39fcdef35a 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= auto-tw-l10n -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= chinese MASTER_SITES= LOCAL/sunpoet @@ -15,12 +14,8 @@ USE_XZ= yes SUB_FILES= pkg-message -pre-install: - @${FIND} ${WRKSRC} -name "*.orig" -delete - @${MV} ${WRKSRC}/make.conf.in ${WRKSRC}/make.conf - do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/ - ${CP} ${WRKSRC}/* ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ .include <bsd.port.mk> diff --git a/chinese/auto-tw-l10n/distinfo b/chinese/auto-tw-l10n/distinfo index 11a9094c5790..958c88535ddb 100644 --- a/chinese/auto-tw-l10n/distinfo +++ b/chinese/auto-tw-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (auto-tw-l10n-1.13.tar.xz) = cedec882bc34af3cface9273f1dac6ebfd5676c2bdea990fed98e20adaec19d8 -SIZE (auto-tw-l10n-1.13.tar.xz) = 8032 +SHA256 (auto-tw-l10n-1.14.tar.xz) = d6f24d729f4b55bd5437090d7c8b5304077e0ebd58f70a8802361aa1c06cf4e5 +SIZE (auto-tw-l10n-1.14.tar.xz) = 7880 diff --git a/chinese/auto-tw-l10n/files/patch-make.conf.in b/chinese/auto-tw-l10n/files/patch-make.conf.in deleted file mode 100644 index 34aca79b094d..000000000000 --- a/chinese/auto-tw-l10n/files/patch-make.conf.in +++ /dev/null @@ -1,24 +0,0 @@ ---- make.conf.in.orig 2012-10-09 12:22:09.000000000 +0800 -+++ make.conf.in 2012-10-09 12:24:57.000000000 +0800 -@@ -30,21 +30,6 @@ - # CPUTYPE?=itanium2 - - # --# SUPHOST 代表要到哪台 CVSup Server,請改成離你比較近(快)的 Server。 --# --SUPHOST= %%SERVER1%% --SUP_UPDATE= yes --SUP= `which csup` --SUPFLAGS= -L 2 -- --# --# 假設你是用 -STABLE,也就是 stable-supfile --# --SUPFILE= /usr/share/examples/cvsup/stable-supfile --PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile --DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile -- --# - # 設定國內的 distfiles mirror sites - MASTER_SITE_BACKUP?= \ - http://%%SERVER1%%/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ |