From owner-svn-ports-all@FreeBSD.ORG Fri May 30 12:47:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70F6F34D; Fri, 30 May 2014 12:47:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E63C2310; Fri, 30 May 2014 12:47:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UCl8Lr044826; Fri, 30 May 2014 12:47:08 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UCl8jQ044825; Fri, 30 May 2014 12:47:08 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201405301247.s4UCl8jQ044825@svn.freebsd.org> From: Pawel Pekala Date: Fri, 30 May 2014 12:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355830 - head/korean/hanyangfonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 12:47:08 -0000 Author: pawel Date: Fri May 30 12:47:07 2014 New Revision: 355830 URL: http://svnweb.freebsd.org/changeset/ports/355830 QAT: https://qat.redports.org/buildarchive/r355830/ Log: Add staging support Modified: head/korean/hanyangfonts/Makefile Modified: head/korean/hanyangfonts/Makefile ============================================================================== --- head/korean/hanyangfonts/Makefile Fri May 30 12:46:06 2014 (r355829) +++ head/korean/hanyangfonts/Makefile Fri May 30 12:47:07 2014 (r355830) @@ -19,12 +19,11 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fo SUB_FILES= pkg-message -NO_WRKSUBDIR= yes +NO_WRKSUBDIR= yes FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 -NO_STAGE= yes do-build: @cd ${WRKSRC}; \ for fn in ${FONTS}; do \ @@ -33,11 +32,10 @@ do-build: done; \ do-install: - -${MKDIR} ${PREFIX}/lib/X11/fonts/local - @cd ${WRKSRC}; \ - for f in ${FONTS}; do \ - ${INSTALL_DATA} "$$f".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ - done; \ - mkfontdir ${PREFIX}/lib/X11/fonts/local + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/local +.for f in ${FONTS} + ${INSTALL_DATA} ${WRKSRC}/${f}.pcf.gz \ + ${STAGEDIR}${PREFIX}/lib/X11/fonts/local +.endfor .include