From 6de9270814a5a8241dc90bd039fd6e77e29c4ac3 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 24 May 2014 17:54:54 +0000 Subject: [PATCH] Stagify. Fix check-plist [1] Reported by: miwi [1] --- misc/gnome-icon-theme/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 8c65c2d59b3e..f07dbd5efd0a 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic 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