From 2861d7c3c2762d99932cffa53f7008ab671473ae Mon Sep 17 00:00:00 2001 From: pawel Date: Thu, 7 Aug 2014 15:05:47 +0000 Subject: Add staging support --- vietnamese/urwvn/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'vietnamese') diff --git a/vietnamese/urwvn/Makefile b/vietnamese/urwvn/Makefile index dcc65146785e..f8883b3c8c6f 100644 --- a/vietnamese/urwvn/Makefile +++ b/vietnamese/urwvn/Makefile @@ -28,12 +28,9 @@ TTF= CMConcrete8v.ttf CMConcreteItalic8v.ttf CMConcreteSlanted8v.ttf \ uplb8v.ttf uplbi8v.ttf uplr8v.ttf uplri8v.ttf utmb8v.ttf \ utmbi8v.ttf utmr8v.ttf utmri8v.ttf uzcmi8v.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}) # This target is only meant to be used by the port maintainer. ttf-gen: extract -- cgit