diff options
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 15 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/distinfo | 2 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/pkg-plist | 5 |
3 files changed, 8 insertions, 14 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index dba5bfc492c3..01291efce690 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ PORTNAME= auto-tw-l10n -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.iteration.net/pub/patch_chinese/ -DISTNAME= zh-tw-skel-${PORTVERSION} -EXTRACT_SUFX= .tgz +MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= keichii@freebsd.org +MAINTAINER= statue@freebsd.sinica.edu.tw NO_BUILD= yes @@ -20,16 +19,16 @@ do-install: # For future adduser # adduser -l10n -v $HOME ${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5 - ${CP} ${WRKDIR}/zh_TW.Big5/* ${PREFIX}/share/skel/zh_TW.Big5 + ${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5 @${ECHO} "*************************************************************" @${ECHO} "* English Instructions: *" @${ECHO} "* Please tell your users to merge their old dotfiles with *" @${ECHO} "* the new ones, in *" @${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.* *" @${ECHO} "*************************************************************" - @${ECHO} "* 中文大五碼說明: *" + @${ECHO} "* 中文繁體說明: *" @${ECHO} "* 請告知您的使用者比對他們的舊設定跟新設定, 在 *" - @${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.* *" + @${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.* *" @${ECHO} "*************************************************************" .include <bsd.port.mk> diff --git a/chinese/auto-tw-l10n/distinfo b/chinese/auto-tw-l10n/distinfo index d52dc2932a2b..2f4c9b4903a2 100644 --- a/chinese/auto-tw-l10n/distinfo +++ b/chinese/auto-tw-l10n/distinfo @@ -1 +1 @@ -MD5 (zh-tw-skel-1.2.tgz) = 870317b5eaa0afd18a112726d9806fc3 +MD5 (zh-auto-tw-l10n-1.3.tar.gz) = 706e6b1f9dcc91fd967de84d31636477 diff --git a/chinese/auto-tw-l10n/pkg-plist b/chinese/auto-tw-l10n/pkg-plist index f5db874e974f..510cd4a2e45f 100644 --- a/chinese/auto-tw-l10n/pkg-plist +++ b/chinese/auto-tw-l10n/pkg-plist @@ -3,15 +3,10 @@ share/skel/zh_TW.Big5/dot.bashrc share/skel/zh_TW.Big5/dot.cshrc share/skel/zh_TW.Big5/dot.emacs share/skel/zh_TW.Big5/dot.gtkrc -share/skel/zh_TW.Big5/dot.gtkrc.mine share/skel/zh_TW.Big5/dot.inputrc -share/skel/zh_TW.Big5/dot.login share/skel/zh_TW.Big5/dot.muttrc -share/skel/zh_TW.Big5/dot.profile share/skel/zh_TW.Big5/dot.qti18nrc share/skel/zh_TW.Big5/dot.vimrc -share/skel/zh_TW.Big5/dot.xcinrc share/skel/zh_TW.Big5/dot.xinitrc -share/skel/zh_TW.Big5/dot.xsession @unexec rmdir %D/share/skel/zh_TW.Big5 2>/dev/null || true @unexec rmdir %D/share/skel 2>/dev/null || true |