diff options
author | max <max@FreeBSD.org> | 1996-10-20 23:33:33 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-20 23:33:33 +0800 |
commit | 1a2ec42636206780951ff41c5dc4635d3ab31bb5 (patch) | |
tree | 600cee8fe2acfe871d80b024377f34099a10c690 /net/rmsg | |
parent | e9819030c1c13cfa0b53aceaf5d2a33fa57b228a (diff) | |
download | freebsd-ports-gnome-1a2ec42636206780951ff41c5dc4635d3ab31bb5.tar.gz freebsd-ports-gnome-1a2ec42636206780951ff41c5dc4635d3ab31bb5.tar.zst freebsd-ports-gnome-1a2ec42636206780951ff41c5dc4635d3ab31bb5.zip |
Honor NOMANCOMPRESS setting.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Diffstat (limited to 'net/rmsg')
-rw-r--r-- | net/rmsg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk> |