Date: Thu, 7 Aug 2014 15:05:48 +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: r364285 - head/vietnamese/urwvn Message-ID: <53e395cc.5100.7071edce@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Aug 7 15:05:47 2014 New Revision: 364285 URL: http://svnweb.freebsd.org/changeset/ports/364285 QAT: https://qat.redports.org/buildarchive/r364285/ Log: Add staging support Modified: head/vietnamese/urwvn/Makefile Modified: head/vietnamese/urwvn/Makefile ============================================================================== --- head/vietnamese/urwvn/Makefile Thu Aug 7 14:57:49 2014 (r364284) +++ head/vietnamese/urwvn/Makefile Thu Aug 7 15:05:47 2014 (r364285) @@ -28,12 +28,9 @@ TTF= CMConcrete8v.ttf CMConcreteItalic8v 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e395cc.5100.7071edce>