Index: head/devel/cvs2cl/Makefile =================================================================== --- head/devel/cvs2cl/Makefile (revision 132516) +++ head/devel/cvs2cl/Makefile (revision 132517) @@ -1,38 +1,38 @@ # New ports collection makefile for: cvs2cl # Date created: 6 June 2000 # Whom: knu@FreeBSD.org # # $FreeBSD$ # PORTNAME= cvs2cl PORTVERSION= 2.58 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.iDaemons.org/pub/distfiles/ MASTER_SITE_SUBDIR= knu DISTFILES= ${PORTNAME}.pl-${PORTVERSION}.gz EXTRACT_ONLY= # none MAINTAINER= knu@FreeBSD.org COMMENT= CVS-log-message-to-ChangeLog conversion script USE_PERL5= yes NO_WRKSUBDIR= yes MANCOMPRESSED= no MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} do-extract: ${MKDIR} ${WRKSRC} ${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} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ .include Property changes on: head/devel/cvs2cl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property