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/Makefile | |
parent | 78c3b2f89f3a306a8c97486ec8ddc5b4a61f418d (diff) |
Notes
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> |