diff options
Diffstat (limited to 'x11-themes/adwaita-icon-theme/Makefile')
-rw-r--r-- | x11-themes/adwaita-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile index b825dbe7e602..b806aa6e0d27 100644 --- a/x11-themes/adwaita-icon-theme/Makefile +++ b/x11-themes/adwaita-icon-theme/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false" INSTALLS_ICONS= yes post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/lib/locale - @${RM} -rf ${STAGEDIR}${PREFIX}/locale + @${RM} -r ${STAGEDIR}${PREFIX}/lib/locale + @${RM} -r ${STAGEDIR}${PREFIX}/locale .include <bsd.port.mk> |