summaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-08-07 15:38:56 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-08-07 15:38:56 +0000
commit0479ea9c1c05c1e33433c47dfa0dd1840445e3d6 (patch)
treeff99ed4025b6e74c6b6365da8001bc82f4e52cee /vietnamese
parent1: add USE_GCC=any to unbreak build. (diff)
Add staging support
Notes
Notes: svn path=/head/; revision=364291
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vietunicode-web1/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/vietnamese/vietunicode-web1/Makefile b/vietnamese/vietunicode-web1/Makefile
index a3fe8716732a..731ea09634ea 100644
--- a/vietnamese/vietunicode-web1/Makefile
+++ b/vietnamese/vietunicode-web1/Makefile
@@ -19,12 +19,9 @@ NO_BUILD= yes
TTF= vuTimes.ttf vuTimesBold.ttf vuTimesBoldItalic.ttf vuTimesItalic.ttf \
vuArial.ttf vuArialBold.ttf vuArialBoldItalic.ttf vuArialItalic.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"