aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-08-07 23:38:56 +0800
committerpawel <pawel@FreeBSD.org>2014-08-07 23:38:56 +0800
commitb1b5adcfd2aff69996f00c56a421103b1c88d036 (patch)
treeff99ed4025b6e74c6b6365da8001bc82f4e52cee /vietnamese
parent17cb44bce8d1cbd39ef7b984a5686ff18475b92d (diff)
downloadfreebsd-ports-gnome-b1b5adcfd2aff69996f00c56a421103b1c88d036.tar.gz
freebsd-ports-gnome-b1b5adcfd2aff69996f00c56a421103b1c88d036.tar.zst
freebsd-ports-gnome-b1b5adcfd2aff69996f00c56a421103b1c88d036.zip
Add staging support
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"