aboutsummaryrefslogtreecommitdiff
path: root/misc/ttyrec/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-16 08:58:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-16 08:58:37 +0000
commitdf018b30f883af31c964ca36e8feb6434ced1bf2 (patch)
tree359fb1e91d1ad2e747c48b2addd4ef54dfa06e6d /misc/ttyrec/Makefile
parent78c3b2f89f3a306a8c97486ec8ddc5b4a61f418d (diff)
downloadports-df018b30f883af31c964ca36e8feb6434ced1bf2.tar.gz
ports-df018b30f883af31c964ca36e8feb6434ced1bf2.zip
Notes
Diffstat (limited to 'misc/ttyrec/Makefile')
-rw-r--r--misc/ttyrec/Makefile9
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>