diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-16 08:58:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-16 08:58:37 +0000 |
commit | df018b30f883af31c964ca36e8feb6434ced1bf2 (patch) | |
tree | 359fb1e91d1ad2e747c48b2addd4ef54dfa06e6d /misc/ttyrec | |
parent | 78c3b2f89f3a306a8c97486ec8ddc5b4a61f418d (diff) | |
download | ports-df018b30f883af31c964ca36e8feb6434ced1bf2.tar.gz ports-df018b30f883af31c964ca36e8feb6434ced1bf2.zip |
Notes
Diffstat (limited to 'misc/ttyrec')
-rw-r--r-- | misc/ttyrec/Makefile | 9 | ||||
-rw-r--r-- | misc/ttyrec/distinfo | 2 | ||||
-rw-r--r-- | misc/ttyrec/pkg-plist | 3 |
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 |