Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 20:55:22 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
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
Message-ID:  <201502172055.t1HKtMx6031410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502172055.t1HKtMx6031410>