summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-01 07:13:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-01 07:13:00 +0000
commit9d7393552df4aaebe09c5d5259bee44c6aa1070e (patch)
treed6f7b40558a946fb4a410c0b33b2b2d919accb3e /security
parentShorten PKGNAME. Check NOMANCOMPRESS. (diff)
Check NOMANCOMPRESS.
Notes
Notes: svn path=/head/; revision=2929
Diffstat (limited to 'security')
-rw-r--r--security/pidentd/Makefile4
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>