svn commit: r364288 - head/vietnamese/vietunicode-trichlor

Pawel Pekala pawel at FreeBSD.org
Thu Aug 7 15:25:13 UTC 2014


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"


More information about the svn-ports-all mailing list