From 28b329a31d72eea0d4d4521aee853ec50f7fb6fa Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 24 Jul 1999 05:58:58 +0000 Subject: Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz. I broke this a while ago and didn't notice it until now. --- net/cvsupd-bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile index 1311a0f..52f44c7 100644 --- a/net/cvsupd-bin/Makefile +++ b/net/cvsupd-bin/Makefile @@ -3,7 +3,7 @@ # Date created: 17 August 1998 # Whom: Sheldon Hearn # -# $Id: Makefile,v 1.6 1999/07/04 20:50:37 steve Exp $ +# $Id: Makefile,v 1.7 1999/07/05 04:22:36 cpiazza Exp $ # DISTNAME= cvsupd-bin-16.0 @@ -27,6 +27,6 @@ STRIP= do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ - ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 + ${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8 .include -- cgit v1.1