summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
commit5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch)
treec472404c33a2b370731640bb224f398b5385af86 /editors/vile
parentConverted to MAN[1-9NL] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4534
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 3fb14cbd4c9c..5615437b5c7b 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.8 1996/10/18 09:25:47 max Exp $
+# $Id: Makefile,v 1.9 1996/11/11 05:07:32 obrien Exp $
#
DISTNAME= vile-6.1
@@ -14,10 +14,6 @@ MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/vile.1
-.endif
+MAN1= vile.1
.include <bsd.port.mk>