From 13a9de24384e7f53f01efe44cf040f3292397f62 Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Sat, 3 Aug 1996 22:39:17 +0000 Subject: Change arguments to gzip, should have been -9nf. --- x11/blast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/blast/Makefile b/x11/blast/Makefile index ed60c4435fef..43e02b118201 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jul 1996 # Whom: searle # -# $Id: porting.sgml,v 1.11 1995/12/07 13:22:15 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1996/07/31 22:07:51 chuckr Exp $ # DISTNAME= blast-1.0-ss-9.03 @@ -31,7 +31,7 @@ do-install: $(INSTALL) -c $(WRKSRC)/blast $(PREFIX)/bin/blast $(INSTALL) -c $(WRKSRC)/blast.man $(DESTDIR)$(MANDIR)/blast.1 .if !defined(NOMANCOMPRESS) - gzip -9 $(MANDIR)/blast.1 + gzip -9nf $(MANDIR)/blast.1 .endif .include -- cgit v1.2.3