aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/adwaita-icon-theme
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-02-17 20:55:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-02-17 20:55:22 +0000
commit31773f73ac4492474c7e004d4560f817c8a3baa3 (patch)
treeb36970053af40ff4b93e1ba9b5b82d3815436b67 /x11-themes/adwaita-icon-theme
parentdae081897f778968eea7a24aa241c2f9a0afe664 (diff)
downloadports-31773f73ac4492474c7e004d4560f817c8a3baa3.tar.gz
ports-31773f73ac4492474c7e004d4560f817c8a3baa3.zip
Fix check-plist / poudriere -t, by removing empty directories in the stagedir.
Reminded by: AMDmi3@ Obtained from: GNOME devel repo
Notes
Notes: svn path=/head/; revision=379189
Diffstat (limited to 'x11-themes/adwaita-icon-theme')
-rw-r--r--x11-themes/adwaita-icon-theme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile
index 17eceb668023..85b1d618937f 100644
--- a/x11-themes/adwaita-icon-theme/Makefile
+++ b/x11-themes/adwaita-icon-theme/Makefile
@@ -19,6 +19,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
post-install:
- @${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
+ @${RM} -rf ${STAGEDIR}${PREFIX}/lib/locale
.include <bsd.port.mk>