1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

. Fix the build for the pod2man included with Perl 5.00503 (and thus on

FreeBSD 4.x).

Approved by:	knu (maintainer)
This commit is contained in:
Greg Lewis 2005-04-05 04:31:26 +00:00
parent 625689e7ca
commit d34543507c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132517

View File

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