diff options
Diffstat (limited to 'archivers/bzip/Makefile')
-rw-r--r-- | archivers/bzip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 1ab840d825bb..9798541f9b3b 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -3,11 +3,11 @@ # Date created: Fr 27 Sep 1996 11:47:35 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1996/10/15 19:56:29 andreas Exp $ +# $Id: Makefile,v 1.5 1996/10/19 09:12:02 andreas Exp $ # DISTNAME= bzip-0.21 -CATEGORIES+= archivers +CATEGORIES= archivers MASTER_SITES= http://www.cs.man.ac.uk/arch/people/j-seward/ MAINTAINER= andreas@klemm.gtn.com @@ -15,7 +15,7 @@ MAINTAINER= andreas@klemm.gtn.com NO_CDROM= yes # Restrictive copyright (don't sell for profit) pre-install: - @cat ${FILESDIR}/COPYRIGHT + @${CAT} ${FILESDIR}/COPYRIGHT do-install: rm -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip |