aboutsummaryrefslogtreecommitdiff
path: root/misc/gnome-icon-theme
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-24 17:54:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-24 17:54:54 +0000
commit6de9270814a5a8241dc90bd039fd6e77e29c4ac3 (patch)
tree1aed4d335ee416aa82366abe957826b033ff1c66 /misc/gnome-icon-theme
parentf3147b0157dfb9c26c07da8bdd636b177b83c68d (diff)
downloadports-6de9270814a5a8241dc90bd039fd6e77e29c4ac3.tar.gz
ports-6de9270814a5a8241dc90bd039fd6e77e29c4ac3.zip
Notes
Diffstat (limited to 'misc/gnome-icon-theme')
-rw-r--r--misc/gnome-icon-theme/Makefile7
1 files 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 <bsd.port.mk>