Date: Thu, 7 Aug 2014 15:25:13 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364288 - head/vietnamese/vietunicode-trichlor Message-ID: <53e39a59.591f.29f6b65e@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Aug 7 15:25:13 2014 New Revision: 364288 URL: http://svnweb.freebsd.org/changeset/ports/364288 QAT: https://qat.redports.org/buildarchive/r364288/ Log: Add staging support Modified: head/vietnamese/vietunicode-trichlor/Makefile Modified: head/vietnamese/vietunicode-trichlor/Makefile ============================================================================== --- head/vietnamese/vietunicode-trichlor/Makefile Thu Aug 7 15:20:25 2014 (r364287) +++ head/vietnamese/vietunicode-trichlor/Makefile Thu Aug 7 15:25:13 2014 (r364288) @@ -30,12 +30,9 @@ TTF= vuUHoai_bold.ttf vuUHoai_bolditali 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e39a59.591f.29f6b65e>