diff options
Diffstat (limited to 'devel/p5-VCP-autrijus')
-rw-r--r-- | devel/p5-VCP-autrijus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-VCP-autrijus/Makefile b/devel/p5-VCP-autrijus/Makefile index 5c3242f..0ea2e01 100644 --- a/devel/p5-VCP-autrijus/Makefile +++ b/devel/p5-VCP-autrijus/Makefile @@ -28,6 +28,6 @@ USES= perl5 USE_PERL5= configure post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; + ${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} {} \; .include <bsd.port.mk> |