diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-02-21 15:07:45 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-02-21 15:07:45 +0000 |
commit | d7ab9f5e4c74e51c2d69c4befb9cfb4c5f7b9db9 (patch) | |
tree | 6a06102df4a06c0882896ac3a79b6c061ea71ee6 /chinese | |
parent | f139606387945991c0a5fd9b2af6675e68a8acce (diff) | |
download | FreeBSD-ports-d7ab9f5e4c74e51c2d69c4befb9cfb4c5f7b9db9.zip FreeBSD-ports-d7ab9f5e4c74e51c2d69c4befb9cfb4c5f7b9db9.tar.gz |
- Update to 1.8
- change some default settings.
PR: ports/93622
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 5 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/distinfo | 6 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/files/pkg-message.in | 19 |
3 files changed, 16 insertions, 14 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index fe10ab1..f5f14e2 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= auto-tw-l10n -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= chinese MASTER_SITES= http://chinsan2.twbbs.org/distfiles/ \ ftp://chinsan2.twbbs.org/distfiles/ @@ -33,9 +33,6 @@ pre-install: @${FIND} ${WRKSRC} -name "*.in" -delete do-install: - @# Temporary hack before adduser is modified - @# For future adduser - @# adduser -l10n -v $HOME ${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5 ${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5 diff --git a/chinese/auto-tw-l10n/distinfo b/chinese/auto-tw-l10n/distinfo index c64de2c..41ba788 100644 --- a/chinese/auto-tw-l10n/distinfo +++ b/chinese/auto-tw-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (zh-auto-tw-l10n-1.7.tar.gz) = 16c809e5ecaab82ad82a235ad0bbb0a2 -SHA256 (zh-auto-tw-l10n-1.7.tar.gz) = 3ee455a6a16979761e5b680cb48fba4b3d5e8cb429bed733d2e5ed5b21cc81ff -SIZE (zh-auto-tw-l10n-1.7.tar.gz) = 6837 +MD5 (zh-auto-tw-l10n-1.8.tar.gz) = 74fa3bfa0182a5f5bdc9de1973033200 +SHA256 (zh-auto-tw-l10n-1.8.tar.gz) = a24b5358f546f01f9337d647ceec5eaba0152cf808d23d90cb88f472e7540566 +SIZE (zh-auto-tw-l10n-1.8.tar.gz) = 6998 diff --git a/chinese/auto-tw-l10n/files/pkg-message.in b/chinese/auto-tw-l10n/files/pkg-message.in index 1fb5045..dc10662 100644 --- a/chinese/auto-tw-l10n/files/pkg-message.in +++ b/chinese/auto-tw-l10n/files/pkg-message.in @@ -1,14 +1,19 @@ -************************************************************* +************************************************************************** English Instructions: - Please tell your users to merge their old dotfiles with - the new ones, in - %%PREFIX%%/share/skel/zh_TW.Big5/dot.* + Please tell your users to merge their old dotfiles with the new ones, in + %%PREFIX%%/share/skel/zh_TW.Big5/dot.* + + For future adduser + # adduser -k /usr/local/share/skel/zh_TW.Big5 -************************************************************* +************************************************************************** 中文繁體說明: - 請告知您的使用者比對他們的舊設定跟新設定, 在 + 請告知您的使用者比對他們的舊設定跟新設定,放在 %%PREFIX%%/share/skel/zh_TW.Big5/dot.* -************************************************************* + 若之後新增使用者的話,請用下面類似方式: + # adduser -k /usr/local/share/skel/zh_TW.Big5 + +************************************************************************** |