From owner-svn-ports-all@FreeBSD.ORG Fri May 23 10:56:52 2014 Return-Path: Delivered-To: svn-ports-all@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 6064E430; Fri, 23 May 2014 10:56:52 +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 4E2FE2DF6; Fri, 23 May 2014 10:56:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NAuqS4073329; Fri, 23 May 2014 10:56:52 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4NAuqkP073328; Fri, 23 May 2014 10:56:52 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201405231056.s4NAuqkP073328@svn.freebsd.org> From: Jimmy Olgeni Date: Fri, 23 May 2014 10:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354925 - head/x11-themes/gnome-icons-jini 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, 23 May 2014 10:56:52 -0000 Author: olgeni Date: Fri May 23 10:56:51 2014 New Revision: 354925 URL: http://svnweb.freebsd.org/changeset/ports/354925 QAT: https://qat.redports.org/buildarchive/r354925/ Log: Add staging support. Modified: head/x11-themes/gnome-icons-jini/Makefile Modified: head/x11-themes/gnome-icons-jini/Makefile ============================================================================== --- head/x11-themes/gnome-icons-jini/Makefile Fri May 23 10:55:42 2014 (r354924) +++ head/x11-themes/gnome-icons-jini/Makefile Fri May 23 10:56:51 2014 (r354925) @@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR} WANT_GNOME= yes INSTALLS_ICONS= yes -NO_STAGE= yes post-extract: @for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \ ${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \ @@ -26,6 +25,6 @@ post-extract: done do-install: - @cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${PREFIX}/share/icons + cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${STAGEDIR}${PREFIX}/share/icons .include