Fix manpage generation.

PR:		40908
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
Anton Berezin 2002-07-25 22:50:11 +00:00
parent 6793417854
commit 0ef011e911
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63571

View File

@ -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>