From owner-svn-ports-all@FreeBSD.ORG Mon Oct 13 22:40:47 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 956DBAC2; Mon, 13 Oct 2014 22:40:47 +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 817DBAC8; Mon, 13 Oct 2014 22:40:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9DMeled014671; Mon, 13 Oct 2014 22:40:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9DMelle014670; Mon, 13 Oct 2014 22:40:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201410132240.s9DMelle014670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 13 Oct 2014 22:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370827 - head/x11-themes/gnome-icons-faenza 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-1 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: Mon, 13 Oct 2014 22:40:47 -0000 Author: pawel Date: Mon Oct 13 22:40:46 2014 New Revision: 370827 URL: https://svnweb.freebsd.org/changeset/ports/370827 QAT: https://qat.redports.org/buildarchive/r370827/ Log: Don't add dirs to dynamicaly generated plist Modified: head/x11-themes/gnome-icons-faenza/Makefile Modified: head/x11-themes/gnome-icons-faenza/Makefile ============================================================================== --- head/x11-themes/gnome-icons-faenza/Makefile Mon Oct 13 22:30:45 2014 (r370826) +++ head/x11-themes/gnome-icons-faenza/Makefile Mon Oct 13 22:40:46 2014 (r370827) @@ -38,10 +38,8 @@ do-install: ${LN} -sf start-here-gnome.png start-here.png .endfor .endif - @cd ${STAGEDIR}${PREFIX} && ${FIND} share/icons/${theme} ! \ - -type d >> ${TMPPLIST} && \ - ${FIND} share/icons/${theme} -type d | ${SORT} -r | \ - ${SED} 's|^|@dirrm |' >> ${TMPPLIST} + @cd ${STAGEDIR}${PREFIX} && \ + ${FIND} share/icons/${theme} ! -type d >> ${TMPPLIST} .endfor .include