diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-26 14:35:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-26 14:35:04 +0000 |
commit | 085c1a3bcbfc1a6099ba50f04af34d71a896aa87 (patch) | |
tree | 83d19ba96c927de4ba74fdf2098c79ef6ac86722 /chinese/auto-tw-l10n | |
parent | f930059b5be1ac49c193e6061f1927eda869faca (diff) |
Notes
Diffstat (limited to 'chinese/auto-tw-l10n')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 9 |
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> |