diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 9798541f9b3b..59dc4869b76d 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -3,7 +3,7 @@ # Date created: Fr 27 Sep 1996 11:47:35 MET DST # Whom: Andreas Klemm # -# $Id: Makefile,v 1.5 1996/10/19 09:12:02 andreas Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:17:18 obrien Exp $ # DISTNAME= bzip-0.21 @@ -13,6 +13,7 @@ MASTER_SITES= http://www.cs.man.ac.uk/arch/people/j-seward/ MAINTAINER= andreas@klemm.gtn.com NO_CDROM= yes # Restrictive copyright (don't sell for profit) +MAN1= bzip.1 bunzip.1 pre-install: @${CAT} ${FILESDIR}/COPYRIGHT @@ -23,9 +24,5 @@ do-install: ln -s ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/bzip.1 - gzip -9nf ${PREFIX}/man/man1/bunzip.1 -.endif .include