diff options
author | asami <asami@FreeBSD.org> | 1996-04-01 07:13:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-01 07:13:00 +0000 |
commit | 3497fa73f5f6df000fdbf3022cac6d036d7870fe (patch) | |
tree | 88a69d5475e158125d99adedaa877329e16f89d9 /security/pidentd/Makefile | |
parent | 84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a (diff) | |
download | FreeBSD-ports-3497fa73f5f6df000fdbf3022cac6d036d7870fe.zip FreeBSD-ports-3497fa73f5f6df000fdbf3022cac6d036d7870fe.tar.gz |
Check NOMANCOMPRESS.
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r-- | security/pidentd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 15829a3..687f57d 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 <bsd.port.mk> |