diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-08 07:07:06 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-08 07:07:06 +0000 |
commit | a907c2f75354806b4714db4b702e5cb69e3c0579 (patch) | |
tree | 45eeeca9bb850fa36d5ea7878c476d5b06651410 /chinese/auto-tw-l10n/Makefile | |
parent | Use japanese/gnumeric instead of math/gnumeric (diff) |
Fix some typos, and format errors.
There are still some flaws in the install-user section, but I'll
talk to the author.
Notes
Notes:
svn path=/head/; revision=34902
Diffstat (limited to 'chinese/auto-tw-l10n/Makefile')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 56 |
1 files changed, 25 insertions, 31 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index be316c1e2a5f..4430a408f056 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -1,72 +1,68 @@ +# New ports collection makefile for: zh-auto-tw-l10n +# Date created: 7 Oct 2000 +# Whom: "Michael C . Wu" <keichii@iteration.net> +# # $FreeBSD$ -PORTNAME= auto-l10n +PORTNAME= auto-tw-l10n PORTVERSION= 1.0 - CATEGORIES= chinese - MASTER_SITES= ftp://ftp.iteration.net/pub/patch_chinese/ - DISTNAME= zh-tw-skel EXTRACT_SUFX= .tgz MAINTAINER= keichii@iteration.net -RUN_DEPENDS= ${X11BASE}/lib/aout/zh-XFree86-aoutlibs-3.3.6:${.CURDIR}/../XFree86-aoutlibs \ +RUN_DEPENDS= ${X11BASE}/lib/aout/zh-XFree86-aoutlibs-3.3.6:${PORTSDIR}/chinese/XFree86-aoutlibs \ cle_base:${PORTSDIR}/chinese/cle_base \ big5fs:${PORTSDIR}/chinese/big5fs \ kcfonts:${PORTSDIR}/chinese/kcfonts \ arphicttf:${PORTSDIR}/chinese/arphicttf \ moefonts-cid:${PORTSDIR}/chinese/moefonts-cid \ - moettf:{$PORTSDIR}/chinese/moettf \ + moettf:${PORTSDIR}/chinese/moettf \ autoconvert:${PORTSDIR}/chinese/autoconvert \ bg5ps:${PORTSDIR}/chinese/bg5ps \ acroread-chtfont:${PORTSDIR}/chinese/acroread-chtfont \ big5con:${PORTSDIR}/chinese/big5con \ libtabe:${PORTSDIR}/chinese/libtabe \ linux-gtk:${PORTSDIR}/chinese/linux-gtk \ - mutt:{$PORTSDIR}/chinese/mutt \ - netscape47-communicator:{$PORTSDIR}/chinese/netscape47-communicator \ - nvi-big5:{$PORTSDIR}/chinese/nvi-big5 \ - pine4:{$PORTSDIR}/chinese/pine4 \ - pyDict:{$PORTSDIR}/chinese/pyDict \ - rxvt-big5:{$PORTSDIR}/chinese/rxvt-big5 \ + mutt:${PORTSDIR}/chinese/mutt \ + netscape47-communicator:${PORTSDIR}/chinese/netscape47-communicator \ + nvi-big5:${PORTSDIR}/chinese/nvi-big5 \ + pine4:${PORTSDIR}/chinese/pine4 \ + pyDict:${PORTSDIR}/chinese/pyDict \ + rxvt-big5:${PORTSDIR}/chinese/rxvt-big5 \ aterm:${PORTSDIR}/chinese/aterm \ - telnet:{$PORTSDIR}/chinese/telnet \ - tin:{$PORTSDIR}/chinese/tin \ - tintin++:{$PORTSDIR}/chinese/tintin++ \ - ve:{$PORTSDIR}/chinese/ve \ - xcin25:{$PORTSDIR}/chinese/xcin25 \ - xemacs21:{$PORTSDIR}/chinese/xemacs21 \ - xmms:{$PORTSDIR}/chinese/xmms \ - + telnet:${PORTSDIR}/chinese/telnet \ + tin:${PORTSDIR}/chinese/tin \ + tintin++:${PORTSDIR}/chinese/tintin++ \ + ve:${PORTSDIR}/chinese/ve \ + xcin25:${PORTSDIR}/chinese/xcin25 \ + xemacs21:${PORTSDIR}/chinese/xemacs21 \ + xmms:${PORTSDIR}/chinese/xmms NO_BUILD= yes post-install: - @${ECHO} "*************************************************************" @${ECHO} "* English Instructions: *" @${ECHO} "* After your install, you should type the following command *" @${ECHO} "* as the normal user. *" - @${ECHO} "* WARNING: You should back up your configuration dotfiles *" + @${ECHO} "* WARNING: You should back up your configuration dotfiles *" @${ECHO} "* WARNING: BEFORE you type the following. *" - @${ECHO} "* cd /usr/ports/chinese/auto-tw-l10n && make install-user *" + @${ECHO} "* cd ${PORTSDIR}/chinese/auto-tw-l10n && make install-user *" @${ECHO} "*************************************************************" @${ECHO} "* 中文大五碼說明:(English users ignore following *" @${ECHO} "* 在您安裝完畢後,請以您平常的使用者shell打下面這行指令 *" @${ECHO} "* 注意:請將您的使用者目錄各設定檔先備份 *" - @${ECHO} "* cd /usr/ports/chinese/auto-tw-l10n && make install-user *" + @${ECHO} "* cd ${PORTSDIR}/chinese/auto-tw-l10n && make install-user *" @${ECHO} "*************************************************************" install-user: - #Temporary hack before adduser is modified -# For future adduser +# For future adduser # adduser -l10n -v $HOME - - /bin/cp ${.CURDIR}/work/zh_TW.Big5/* ${HOME}/ - + ${CP} ${WRKDIR}/zh_TW.Big5/* ${HOME}/ @${ECHO} "*************************************************************" @${ECHO} "* English Instructions: *" @${ECHO} "* Merge your backed up old dotfiles with the new ones. *" @@ -75,6 +71,4 @@ install-user: @${ECHO} "* 請比對您的舊設定跟新設定 *" @${ECHO} "*************************************************************" - .include <bsd.port.mk> - |