summaryrefslogtreecommitdiffstats
path: root/archivers/zipper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zipper/Makefile')
-rw-r--r--archivers/zipper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile
index f23c487..a24c800 100644
--- a/archivers/zipper/Makefile
+++ b/archivers/zipper/Makefile
@@ -15,6 +15,6 @@ USES= gnustep
USE_GNUSTEP= back build
post-patch:
- cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v "{}" ";"
+ cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud