diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-AutoWriter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile index b6028b834342..4aae4f09baf1 100644 --- a/textproc/p5-XML-AutoWriter/Makefile +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -7,7 +7,7 @@ PORTNAME= XML-AutoWriter PORTVERSION= 0.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -24,6 +24,9 @@ MAN3= XML::AutoWriter.3 \ XML::Doctype::ElementDecl.3 \ XML::Doctype.3 +post-patch: + ${RM} ${WRKSRC}/lib/XML/*.orig + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 |