diff options
Diffstat (limited to 'x11-themes/gtk-digital-harmony-theme/Makefile')
-rw-r--r-- | x11-themes/gtk-digital-harmony-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-digital-harmony-theme/Makefile b/x11-themes/gtk-digital-harmony-theme/Makefile index 28c4e161872c..f84ea4d0af11 100644 --- a/x11-themes/gtk-digital-harmony-theme/Makefile +++ b/x11-themes/gtk-digital-harmony-theme/Makefile @@ -28,7 +28,7 @@ PLIST_SUB+= GTK20="@comment " METACITY="" .endif post-extract: - @${RM} -rf ${WRKSRC}/gtk-2.0/Scrollbars/Backup \ + @${RM} -r ${WRKSRC}/gtk-2.0/Scrollbars/Backup \ ${WRKSRC}/gtk-2.0/ReadME.txt @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 |