diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 09:25:47 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 09:25:47 +0000 |
commit | 293b7417bd5e66cf0d7aa061e1d1d7c09f8846da (patch) | |
tree | 8e8651ecfeda66429f6710ff4674ed54bd1bea28 /editors | |
parent | Removed unnecessary @cwd directive. (diff) |
Honor NOMANCOMPRESS.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Notes
Notes:
svn path=/head/; revision=4029
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 2930facee447..59f7327d47b8 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.6 1996/06/25 03:44:52 gpalmer Exp $ +# $Id: Makefile,v 1.7 1996/10/01 02:33:39 gpalmer Exp $ # DISTNAME= vile-6.1 @@ -14,6 +14,8 @@ MAKEFILE= makefile GNU_CONFIGURE= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/vile.1 +.endif .include <bsd.port.mk> |