aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ttyrec
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-02-16 16:58:37 +0800
committerijliao <ijliao@FreeBSD.org>2002-02-16 16:58:37 +0800
commita68a524bdc93ec2381feb6f12d72596363e868bd (patch)
tree3e29c8fc5ae7e0bc843660af28e6b64d088f429c /misc/ttyrec
parent73438a1132c58b31499bd6385f422112842c3b5d (diff)
downloadfreebsd-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')
-rw-r--r--misc/ttyrec/Makefile9
-rw-r--r--misc/ttyrec/distinfo2
-rw-r--r--misc/ttyrec/pkg-plist3
3 files changed, 10 insertions, 4 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>
diff --git a/misc/ttyrec/distinfo b/misc/ttyrec/distinfo
index 7e68d7c9aeab..9f72b7e19cbe 100644
--- a/misc/ttyrec/distinfo
+++ b/misc/ttyrec/distinfo
@@ -1 +1 @@
-MD5 (ttyrec-1.0.4.tar.gz) = 81b2bce50087c7d2cd46fb557f10ef20
+MD5 (ttyrec-1.0.5.tar.gz) = 049b1711e3687de144072866eeee000e
diff --git a/misc/ttyrec/pkg-plist b/misc/ttyrec/pkg-plist
index 39e0ca69a7f7..f060be729e01 100644
--- a/misc/ttyrec/pkg-plist
+++ b/misc/ttyrec/pkg-plist
@@ -1,2 +1,3 @@
-bin/ttyrec
bin/ttyplay
+bin/ttyrec
+bin/ttytime