diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-02-17 20:55:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-02-17 20:55:22 +0000 |
commit | 31773f73ac4492474c7e004d4560f817c8a3baa3 (patch) | |
tree | b36970053af40ff4b93e1ba9b5b82d3815436b67 /x11-themes/adwaita-icon-theme | |
parent | dae081897f778968eea7a24aa241c2f9a0afe664 (diff) | |
download | ports-31773f73ac4492474c7e004d4560f817c8a3baa3.tar.gz ports-31773f73ac4492474c7e004d4560f817c8a3baa3.zip |
Notes
Diffstat (limited to 'x11-themes/adwaita-icon-theme')
-rw-r--r-- | x11-themes/adwaita-icon-theme/Makefile | 2 |
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> |