diff options
author | tobez <tobez@FreeBSD.org> | 2002-07-26 06:50:11 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-07-26 06:50:11 +0800 |
commit | fc4a1c4187b55e52d3a56aa3d7b1e8ea691b893b (patch) | |
tree | e91d2ed2cfd77a60019ae3bfdafcde4b6ebd2b4e /textproc | |
parent | e9017417eddd846680667f8b46a7020890b93b2e (diff) | |
download | freebsd-ports-gnome-fc4a1c4187b55e52d3a56aa3d7b1e8ea691b893b.tar.gz freebsd-ports-gnome-fc4a1c4187b55e52d3a56aa3d7b1e8ea691b893b.tar.zst freebsd-ports-gnome-fc4a1c4187b55e52d3a56aa3d7b1e8ea691b893b.zip |
Fix manpage generation.
PR: 40908
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'textproc')
-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> |