diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch) | |
tree | c472404c33a2b370731640bb224f398b5385af86 /editors/joe/Makefile | |
parent | 322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (diff) | |
download | ports-5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1.tar.gz ports-5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1.zip |
Notes
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 94428e4f6e5a..58c28e987f11 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $ +# $Id: Makefile,v 1.2 1996/06/11 21:55:48 asami Exp $ # DISTNAME= joe2.8 @@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/joe.1 -.endif +MAN1= joe.1 .include <bsd.port.mk> |