diff options
Diffstat (limited to 'x11-clocks/asclock-gtk/Makefile')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index 7c80541fbf6b..f235bf011562 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -38,7 +38,7 @@ SHAPED_THEME_DESC= Shaped theme do-configure: @(cd ${WRKSRC}; \ - ${RM} -rf default_theme; \ + ${RM} -r default_theme; \ ${LN} -s themes/${PORT_OPTIONS:M*_THEME:S/_THEME//:tl} default_theme) .include <bsd.port.mk> |