aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnome-icon-theme
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-05-25 01:54:54 +0800
committerkwm <kwm@FreeBSD.org>2014-05-25 01:54:54 +0800
commit9f87379c78bb662389205f531ef7e1113e624b15 (patch)
tree1aed4d335ee416aa82366abe957826b033ff1c66 /misc/gnome-icon-theme
parent01a070fabef5375225469d7efa01d3a240981fd3 (diff)
downloadfreebsd-ports-gnome-9f87379c78bb662389205f531ef7e1113e624b15.tar.gz
freebsd-ports-gnome-9f87379c78bb662389205f531ef7e1113e624b15.tar.zst
freebsd-ports-gnome-9f87379c78bb662389205f531ef7e1113e624b15.zip
Stagify.
Fix check-plist [1] Reported by: miwi [1]
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>