diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-05 04:31:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-05 04:31:26 +0000 |
commit | d34543507ccb3e5aa0285ccda2612cd4622aeeab (patch) | |
tree | 8d1c44232b4dcf2a1e8ab742e2b63e45b3b953d0 | |
parent | - Fix build for some 5.x users who don't have lrint yet (diff) |
. Fix the build for the pod2man included with Perl 5.00503 (and thus on
FreeBSD 4.x).
Approved by: knu (maintainer)
Diffstat (limited to '')
-rw-r--r-- | devel/cvs2cl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index 7c68b1025ea1..59d66e4f15ae 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -29,7 +29,7 @@ do-extract: ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME} do-build: - pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 + pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |