aboutsummaryrefslogtreecommitdiff
path: root/chinese/auto-tw-l10n
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-26 14:35:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-26 14:35:04 +0000
commit085c1a3bcbfc1a6099ba50f04af34d71a896aa87 (patch)
tree83d19ba96c927de4ba74fdf2098c79ef6ac86722 /chinese/auto-tw-l10n
parentf930059b5be1ac49c193e6061f1927eda869faca (diff)
downloadports-085c1a3bcbfc1a6099ba50f04af34d71a896aa87.tar.gz
ports-085c1a3bcbfc1a6099ba50f04af34d71a896aa87.zip
Notes
Diffstat (limited to 'chinese/auto-tw-l10n')
-rw-r--r--chinese/auto-tw-l10n/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile
index e89372e283b4..3bf55607700d 100644
--- a/chinese/auto-tw-l10n/Makefile
+++ b/chinese/auto-tw-l10n/Makefile
@@ -13,19 +13,14 @@ COMMENT= Automatic localization for Traditional Chinese locale
NO_BUILD= yes
USE_XZ= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
-NO_STAGE= yes
pre-install:
@${FIND} ${WRKSRC} -name "*.orig" -delete
@${MV} ${WRKSRC}/make.conf.in ${WRKSRC}/make.conf
do-install:
- ${MKDIR} ${PREFIX}/share/skel/zh_TW.UTF-8/
- ${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.UTF-8/
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/
+ ${CP} ${WRKSRC}/* ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/
.include <bsd.port.mk>