From owner-svn-ports-all@FreeBSD.ORG Tue Feb 17 20:55:23 2015 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 1B2485F9; Tue, 17 Feb 2015 20:55:23 +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 066B41A4; Tue, 17 Feb 2015 20:55:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKtMWn031411; Tue, 17 Feb 2015 20:55:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HKtMx6031410; Tue, 17 Feb 2015 20:55:22 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502172055.t1HKtMx6031410@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 17 Feb 2015 20:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379189 - head/x11-themes/adwaita-icon-theme 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: Tue, 17 Feb 2015 20:55:23 -0000 Author: kwm Date: Tue Feb 17 20:55:22 2015 New Revision: 379189 URL: https://svnweb.freebsd.org/changeset/ports/379189 QAT: https://qat.redports.org/buildarchive/r379189/ Log: Fix check-plist / poudriere -t, by removing empty directories in the stagedir. Reminded by: AMDmi3@ Obtained from: GNOME devel repo Modified: head/x11-themes/adwaita-icon-theme/Makefile Modified: head/x11-themes/adwaita-icon-theme/Makefile ============================================================================== --- head/x11-themes/adwaita-icon-theme/Makefile Tue Feb 17 20:49:10 2015 (r379188) +++ head/x11-themes/adwaita-icon-theme/Makefile Tue Feb 17 20:55:22 2015 (r379189) @@ -19,6 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false" post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/share/locale + @${RM} -rf ${STAGEDIR}${PREFIX}/lib/locale .include