diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 15:01:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 15:01:32 +0800 |
commit | 06462ef2834121f95e11eeebf1445d574e60a216 (patch) | |
tree | 405bc3c3fff5a153e7415168c483a98cc05aa179 /editors/joe2 | |
parent | 07c3420c8a1b322f333a8307efb3fb8220dc242f (diff) | |
download | freebsd-ports-gnome-06462ef2834121f95e11eeebf1445d574e60a216.tar.gz freebsd-ports-gnome-06462ef2834121f95e11eeebf1445d574e60a216.tar.zst freebsd-ports-gnome-06462ef2834121f95e11eeebf1445d574e60a216.zip |
Converted to MAN[1-9NL]
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 94428e4f6e5a..58c28e987f11 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/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> |