summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-11 18:44:18 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-11 18:44:18 +0000
commit0240b24fee1d62a907f83e7af14528fa7ed8320d (patch)
treed20f6d5dc8a0a2345b71fb2f8085d4359d8326b8 /chinese
parentRépare l'affichage des accents avec les locales UTF-8. (diff)
- Try to fix build by not modifying base locale file.
Notes
Notes: svn path=/head/; revision=177063
Diffstat (limited to 'chinese')
-rw-r--r--chinese/big5width/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/big5width/Makefile b/chinese/big5width/Makefile
index 936ad52ebb6c..01b0fdf978c7 100644
--- a/chinese/big5width/Makefile
+++ b/chinese/big5width/Makefile
@@ -48,8 +48,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${LOCALEDIR}/${LANG}
${CP} -p ${BASELOCALEDIR}/${LANG}/LC_CTYPE \
${LOCALEDIR}/${LANG}/LC_CTYPE.old
+.if !defined(PACKAGE_BUILDING) # don't modify building environment
${LN} -sf ${LOCALEDIR}/${LANG}/LC_CTYPE \
${BASELOCALEDIR}/${LANG}/LC_CTYPE
+.endif
post-install:
@${CAT} ${PKGMESSAGE}