From owner-svn-ports-all@FreeBSD.ORG Tue Feb 25 16:16:13 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 88F309A; Tue, 25 Feb 2014 16:16:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72ACD1A82; Tue, 25 Feb 2014 16:16:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PGGD33093705; Tue, 25 Feb 2014 16:16:13 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PGGDGe093704; Tue, 25 Feb 2014 16:16:13 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402251616.s1PGGDGe093704@svn.freebsd.org> From: John Marino Date: Tue, 25 Feb 2014 16:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346045 - head/x11-fonts/sharefonts 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.17 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: Tue, 25 Feb 2014 16:16:13 -0000 Author: marino Date: Tue Feb 25 16:16:12 2014 New Revision: 346045 URL: http://svnweb.freebsd.org/changeset/ports/346045 QAT: https://qat.redports.org/buildarchive/r346045/ Log: x11-fonts/sharefonts: Actually support stage this time Modified: head/x11-fonts/sharefonts/Makefile Modified: head/x11-fonts/sharefonts/Makefile ============================================================================== --- head/x11-fonts/sharefonts/Makefile Tue Feb 25 16:15:10 2014 (r346044) +++ head/x11-fonts/sharefonts/Makefile Tue Feb 25 16:16:12 2014 (r346045) @@ -18,7 +18,7 @@ FONTDIR?= ${PREFIX}/lib/X11/fonts/${PORT PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" do-install: - @${MKDIR} ${FONTDIR} - ${INSTALL_DATA} ${WRKDIR}/sharefont/* ${FONTDIR} + @${MKDIR} ${STAGEDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTDIR} .include