summaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-08-07 15:25:13 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-08-07 15:25:13 +0000
commit1bb03ffa743677a350b2930591d17b06a56be199 (patch)
tree37b27d0657e5e3047424fa5521d36c2c3acb2280 /vietnamese
parentUpdate to 1.4.0.pre-alpha6 (diff)
Add staging support
Notes
Notes: svn path=/head/; revision=364288
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vietunicode-trichlor/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/vietnamese/vietunicode-trichlor/Makefile b/vietnamese/vietunicode-trichlor/Makefile
index 98e4153a60cd..db9f7d201f55 100644
--- a/vietnamese/vietunicode-trichlor/Makefile
+++ b/vietnamese/vietunicode-trichlor/Makefile
@@ -30,12 +30,9 @@ TTF= vuUHoai_bold.ttf vuUHoai_bolditalic.ttf vuUHoai_italic.ttf \
vuThaHuong.ttf vuThaHuong_bold.ttf vuThaHuong_bolditalic.ttf \
vuThaHuong_italic.ttf vuUHoai.ttf
-NO_STAGE= yes
do-install:
- @${MKDIR} ${FONTSDIR}
-.for i in ${TTF}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
-.endfor
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"