From a3dc8dfdf60457a1f0319608c66202d4ce4ca552 Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 28 Jul 1998 10:56:08 +0000 Subject: Don't use ${MAN1} in the install rule, its no longer set. --- misc/jive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 9b5d05d4a21..4046cbe1d36 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 12:52:32 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/28 10:56:08 frueauf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/04/02 07:58:25 obrien Exp # @@ -13,6 +13,6 @@ WRKSRC= ${WRKDIR}/jive do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/jive.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3