diff options
Diffstat (limited to 'x11/tycoon/Makefile')
-rw-r--r-- | x11/tycoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index 1c62f20299da..168f7ea1cc52 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -24,6 +24,6 @@ post-patch: 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' pre-configure: - @${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?* + @${RM} ${WRKSRC}/xbackdrop/backdrops/index?* .include <bsd.port.mk> |