diff options
Diffstat (limited to 'archivers/zipper/Makefile')
-rw-r--r-- | archivers/zipper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index 4b7b7bea22b4..f23c487f65e7 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} -f -v "{}" ";" + cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v "{}" ";" .include <bsd.port.mk> |