diff options
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 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> |