No need to export a KDE path since r344893 has switched KDE4_PREFIX to
${LOCALBASE}.
This commit is contained in:
parent
3c2d351ba9
commit
0f629df66e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380929
2 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= auto-tw-l10n
|
||||
PORTVERSION= 1.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= LOCAL/sunpoet
|
||||
|
||||
|
@ -14,6 +15,9 @@ USES= tar:xz
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
pre-install:
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
|
||||
|
|
9
chinese/auto-tw-l10n/files/patch-dot.xinitrc
Normal file
9
chinese/auto-tw-l10n/files/patch-dot.xinitrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- dot.xinitrc.orig 2015-03-10 22:38:42.063200000 +0800
|
||||
+++ dot.xinitrc 2015-03-10 22:38:50.506224000 +0800
|
||||
@@ -1,6 +1,3 @@
|
||||
-# KDE4
|
||||
-#export PATH=/usr/local/kde4/bin:$PATH
|
||||
-
|
||||
export TERM=xterm
|
||||
|
||||
export XMODIFIERS='@im=xcin'
|
Loading…
Reference in a new issue