From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 15:05:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91F5CC58 for ; Thu, 7 Aug 2014 15:05:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67D4D26BB for ; Thu, 7 Aug 2014 15:05:48 +0000 (UTC) Received: from pawel (uid 1252) (envelope-from pawel@FreeBSD.org) id 5100 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 15:05:48 +0000 From: Pawel Pekala Date: Thu, 7 Aug 2014 15:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364285 - head/vietnamese/urwvn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e395cc.5100.7071edce@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 15:05:48 -0000 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