From 3497fa73f5f6df000fdbf3022cac6d036d7870fe Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 1 Apr 1996 07:13:00 +0000 Subject: Check NOMANCOMPRESS. --- security/pidentd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 15829a39b8ed..687f57df0ab8 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1995/11/22 13:20:13 asami Exp $ +# $Id: Makefile,v 1.11 1996/02/09 11:59:31 adam Exp $ # DISTNAME= pidentd-2.7a7 @@ -14,7 +14,9 @@ ALL_TARGET= freebsd MAINTAINER= torstenb@FreeBSD.ORG +.if !defined(NOMANCOMPRESS) post-install: gzip -9nf ${PREFIX}/man/man8/identd.8 +.endif .include -- cgit