diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-07 15:05:47 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-07 15:05:47 +0000 |
commit | d7bed78a0e4faf4e69ea488939c6eb6cdf794d63 (patch) | |
tree | c095a5ebe0dfb1c9806a5692465cc789d0e51931 /vietnamese | |
parent | 885eefa5e8ba1a20ca1c37259012abf2b7bd4e6a (diff) |
Add staging support
Notes
Notes:
svn path=/head/; revision=364285
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/urwvn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |