aboutsummaryrefslogtreecommitdiff
path: root/chinese/big5width
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2014-05-30 14:09:51 +0000
committerRong-En Fan <rafan@FreeBSD.org>2014-05-30 14:09:51 +0000
commitf1434139372ed9c209ca43dfdc3769ef6c4a9b64 (patch)
treee724239ceabac384e0b1db25b83743db02f72f85 /chinese/big5width
parentc113e1c847e572fe7278808ae8fbf18483e79801 (diff)
downloadports-f1434139372ed9c209ca43dfdc3769ef6c4a9b64.tar.gz
ports-f1434139372ed9c209ca43dfdc3769ef6c4a9b64.zip
Notes
Diffstat (limited to 'chinese/big5width')
-rw-r--r--chinese/big5width/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/big5width/Makefile b/chinese/big5width/Makefile
index abb3cc9e1a0b..9a07c47f41eb 100644
--- a/chinese/big5width/Makefile
+++ b/chinese/big5width/Makefile
@@ -18,7 +18,6 @@ PLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR} \
LOCALEDIR=${LOCALEDIR} \
LANG=${LANG}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
SRCDIR= ${SRC_BASE}/share/mklocale
@@ -36,10 +35,10 @@ do-build:
/usr/bin/mklocale -o ${WRKSRC}/LC_CTYPE ${WRKSRC}/${LANG}.src
do-install:
- ${MKDIR} ${LOCALEDIR}/${LANG}
- ${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${LOCALEDIR}/${LANG}
+ ${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LANG}
+ ${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LANG}
${LN} -fs ${LOCALEDIR}/${LANG}/LC_CTYPE \
- ${BASELOCALEDIR}/${LANG}/LC_CTYPE
+ ${STAGEDIR}${BASELOCALEDIR}/${LANG}/LC_CTYPE
post-install:
@${CAT} ${PKGMESSAGE}