diff options
Diffstat (limited to 'textproc/p5-Lingua-EN-Sentence/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-Sentence/Makefile b/textproc/p5-Lingua-EN-Sentence/Makefile index 36ba28216f41..fa0e3d7ed86f 100644 --- a/textproc/p5-Lingua-EN-Sentence/Makefile +++ b/textproc/p5-Lingua-EN-Sentence/Makefile @@ -16,6 +16,6 @@ USES= perl5 USE_PERL5= configure post-extract: - @${RM} -f ${WRKSRC}/lib/Lingua/EN/Sentence.pm~ + @${RM} ${WRKSRC}/lib/Lingua/EN/Sentence.pm~ .include <bsd.port.mk> |