mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fix manpage generation.
PR: 40908 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
6793417854
commit
0ef011e911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63571
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user