diff options
Diffstat (limited to 'devel/p5-Module-Build/Makefile')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index e782919501a8..bdaf1fc5a2bf 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -6,7 +6,7 @@ # Mk/Uses/perl5.mk. PORTNAME= Module-Build -PORTVERSION= 0.4218 +PORTVERSION= 0.4220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,7 +39,7 @@ RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta .endif post-patch: - @${RM} -f ${WRKSRC}/bin/config_data + @${RM} ${WRKSRC}/bin/config_data @${REINPLACE_CMD} -e '/script_files/d' ${WRKSRC}/Build.PL @${REINPLACE_CMD} -e '/^bin\/config_data/d' ${WRKSRC}/MANIFEST |