From a68a524bdc93ec2381feb6f12d72596363e868bd Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 16 Feb 2002 08:58:37 +0000 Subject: upgrade to 1.0.5 --- misc/ttyrec/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'misc/ttyrec/Makefile') diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index c127d6181761..6ad81722d218 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -7,15 +7,20 @@ # PORTNAME= ttyrec -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= misc MASTER_SITES= http://namazu.org/~satoru/ttyrec/ MAINTAINER= ports@FreeBSD.org +MAN1= ttyplay.1 ttyrec.1 + do-install: -.for file in ttyrec ttyplay +.for file in ttyrec ttyplay ttytime ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor +.for file in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1 +.endfor .include -- cgit