From b01a27135bcb3ea3fdce08d091efd8329608aa19 Mon Sep 17 00:00:00 2001 From: torstenb Date: Mon, 14 Oct 1996 22:09:10 +0000 Subject: make gzip in post-install: target to depend on NOMANCOMPRESS. Submitted by: max (long time ago) --- sysutils/tua/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils/tua') diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index f4a037bf918e..ebcd97c4fb78 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.6 1995/05/06 11:37:59 torstenb Exp $ +# $Id: Makefile,v 1.7 1995/07/13 01:21:29 asami Exp $ # DISTNAME= tua-4.0 @@ -15,6 +15,8 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/tua.1 +.endif .include -- cgit