diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-16 16:58:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-16 16:58:37 +0800 |
commit | a68a524bdc93ec2381feb6f12d72596363e868bd (patch) | |
tree | 3e29c8fc5ae7e0bc843660af28e6b64d088f429c /misc/ttyrec/Makefile | |
parent | 73438a1132c58b31499bd6385f422112842c3b5d (diff) | |
download | freebsd-ports-gnome-a68a524bdc93ec2381feb6f12d72596363e868bd.tar.gz freebsd-ports-gnome-a68a524bdc93ec2381feb6f12d72596363e868bd.tar.zst freebsd-ports-gnome-a68a524bdc93ec2381feb6f12d72596363e868bd.zip |
upgrade to 1.0.5
Diffstat (limited to 'misc/ttyrec/Makefile')
-rw-r--r-- | misc/ttyrec/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
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 <bsd.port.mk> |