svn commit: r355066 - head/misc/gnome-icon-theme

Koop Mast kwm at FreeBSD.org
Sat May 24 17:54:54 UTC 2014


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>


More information about the svn-ports-all mailing list