Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 17:54:54 +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: r355066 - head/misc/gnome-icon-theme
Message-ID:  <201405241754.s4OHsshi020614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat May 24 17:54:54 2014
New Revision: 355066
URL: http://svnweb.freebsd.org/changeset/ports/355066
QAT: https://qat.redports.org/buildarchive/r355066/

Log:
  Stagify.
  Fix check-plist [1]
  
  Reported by:	miwi [1]

Modified:
  head/misc/gnome-icon-theme/Makefile

Modified: head/misc/gnome-icon-theme/Makefile
==============================================================================
--- head/misc/gnome-icon-theme/Makefile	Sat May 24 17:42:01 2014	(r355065)
+++ head/misc/gnome-icon-theme/Makefile	Sat May 24 17:54:54 2014	(r355066)
@@ -15,14 +15,15 @@ BUILD_DEPENDS=	${LOCALBASE}/share/icons/
 		icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
-USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig tar:xz
 USE_GNOME=	intlhack
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS=	--enable-icon-mapping
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
+post-install:
+	@${RM} ${STAGEDIR}${PREFIX}/share/icons/gnome/icon-theme.cache
+
 .include <bsd.port.mk>



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