diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 06462ef2834121f95e11eeebf1445d574e60a216 (patch) | |
tree | 405bc3c3fff5a153e7415168c483a98cc05aa179 /editors/xvile/Makefile | |
parent | 07c3420c8a1b322f333a8307efb3fb8220dc242f (diff) | |
download | FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.zip FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 507ed01..501c6ae 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $ +# $Id: Makefile,v 1.9 1996/11/11 05:07:53 obrien Exp $ # DISTNAME= vile-6.1 @@ -16,10 +16,6 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/xvile.1 -.endif +MAN1= xvile.1 .include <bsd.port.mk> |