diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-06-19 07:31:18 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-06-19 07:31:18 +0000 |
commit | c3194b6cfca70b0ee22769603316778b7506a4eb (patch) | |
tree | b85cab98029d678d4ea3d261b9716828e49b86bb /textproc/p5-Spreadsheet-WriteExcel/Makefile | |
parent | 114831dbf127ea581674c1f698ca9e884eeb685b (diff) |
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 8dbca995d229..31ad54652291 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-WriteExcel -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet @@ -33,7 +33,6 @@ MAN3= Spreadsheet::WriteExcel.3 \ Spreadsheet::WriteExcel::Workbook.3 \ Spreadsheet::WriteExcel::WorkbookBig.3 \ Spreadsheet::WriteExcel::Worksheet.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> @@ -41,6 +40,10 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif +post-patch: + @${FIND} ${WRKSRC} -name "*.p[lm]"| \ + ${XARGS} ${PERL} -pi -e 's/\x0D(?=\x0A)//g' + pre-configure: @${MV} ${WRKSRC}/WriteExcel/doc ${WRKSRC} @${MV} ${WRKSRC}/WriteExcel/examples ${WRKSRC} |