aboutsummaryrefslogtreecommitdiff
path: root/x11/blast
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-03 22:39:17 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-03 22:39:17 +0000
commit13a9de24384e7f53f01efe44cf040f3292397f62 (patch)
tree663242c2359da9fd67d9a3daee533a637c1bddd8 /x11/blast
parent1472849a6e4df8aeb15a83df2776ba55a966d2b2 (diff)
downloadports-13a9de24384e7f53f01efe44cf040f3292397f62.tar.gz
ports-13a9de24384e7f53f01efe44cf040f3292397f62.zip
Notes
Diffstat (limited to 'x11/blast')
-rw-r--r--x11/blast/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>