diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-07-25 22:50:11 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-07-25 22:50:11 +0000 |
commit | 0ef011e911eeb86ed94685594a0bbe7a3cc04ccd (patch) | |
tree | 9c59f33bb1d03b8e2617ec7019d5f4297b2be4ff /textproc/p5-XML-Catalog/Makefile | |
parent | 6793417854cca0520db5a1e7e79441bb000b5702 (diff) | |
download | ports-0ef011e911eeb86ed94685594a0bbe7a3cc04ccd.tar.gz ports-0ef011e911eeb86ed94685594a0bbe7a3cc04ccd.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Catalog/Makefile')
-rw-r--r-- | textproc/p5-XML-Catalog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Catalog/Makefile b/textproc/p5-XML-Catalog/Makefile index d06709795d9b..55d6059ed696 100644 --- a/textproc/p5-XML-Catalog/Makefile +++ b/textproc/p5-XML-Catalog/Makefile @@ -8,6 +8,7 @@ PORTNAME= XML-Catalog PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -26,4 +27,7 @@ PERL_CONFIGURE= yes MAN3= XML::Catalog.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-patch: + ${PERL} -pi -e 's/\r//' ${WRKSRC}/Catalog.pm + .include <bsd.port.mk> |