From ec6c3c22cf44211e08c8f807966d2a0b9457efaf Mon Sep 17 00:00:00 2001 From: kei Date: Wed, 30 May 2001 03:03:32 +0000 Subject: - install manual pages as well. - sort PLIST entries. --- misc/ttyrec/Makefile | 7 +++++-- misc/ttyrec/pkg/PLIST | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index a4d20f7bfc5..55703a53910 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/30 03:03:32 kei Exp $ DISTNAME= ttyrec-1.0.4 CATEGORIES= misc @@ -9,6 +9,9 @@ HOMEPAGE= http://namazu.org/~satoru/ttyrec/ COMMENT= ttyrec is a tty recorder do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} ttyrec ttyplay ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/ttyplay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ttyrec ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ttyplay.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ttyrec.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" diff --git a/misc/ttyrec/pkg/PLIST b/misc/ttyrec/pkg/PLIST index 7bca03a125b..b8250bd861d 100644 --- a/misc/ttyrec/pkg/PLIST +++ b/misc/ttyrec/pkg/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $ -bin/ttyrec +@comment $NetBSD: PLIST,v 1.2 2001/05/30 03:03:33 kei Exp $ bin/ttyplay +bin/ttyrec +man/man1/ttyplay.1 +man/man1/ttyrec.1 -- cgit v1.2.3