diff options
author | asami <asami@FreeBSD.org> | 1996-04-01 15:13:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-01 15:13:00 +0800 |
commit | 3497fa73f5f6df000fdbf3022cac6d036d7870fe (patch) | |
tree | 88a69d5475e158125d99adedaa877329e16f89d9 /security | |
parent | 84d0dcb43bb22d6f2febb8da3a35c989ee6ae81a (diff) | |
download | freebsd-ports-gnome-3497fa73f5f6df000fdbf3022cac6d036d7870fe.tar.gz freebsd-ports-gnome-3497fa73f5f6df000fdbf3022cac6d036d7870fe.tar.zst freebsd-ports-gnome-3497fa73f5f6df000fdbf3022cac6d036d7870fe.zip |
Check NOMANCOMPRESS.
Diffstat (limited to 'security')
-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 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 <bsd.port.mk> |