From 603bf4a3e2434f844c39f0be16a9a6c31286ea93 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 20 Oct 1996 15:33:33 +0000 Subject: Honor NOMANCOMPRESS setting. Submitted by: "Philippe Charnier" --- net/rmsg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/rmsg') diff --git a/net/rmsg/Makefile b/net/rmsg/Makefile index ccc7738ea4ce..9d2066fbea6e 100644 --- a/net/rmsg/Makefile +++ b/net/rmsg/Makefile @@ -3,7 +3,7 @@ # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1995/10/12 07:43:00 asami Exp $ +# $Id: Makefile,v 1.2 1995/11/27 04:05:29 asami Exp $ # DISTNAME= rmsg-1.64 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \ WRKSRC= ${WRKDIR}/rmsg post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/rmsg.1 ${PREFIX}/man/man8/rmsgd.8 +.endif .include -- cgit v1.2.3