aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 7cc888fda12..17f34d0307b 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: xvile
-# Version required: 6.0
+# Version required: 6.1
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.5 1995/04/24 03:38:30 asami Exp $
+# $Id: Makefile,v 1.6 1996/06/25 03:47:35 gpalmer Exp $
#
-DISTNAME= vile-6.0
-PKGNAME= xvile-6.0
+DISTNAME= vile-6.1
+PKGNAME= xvile-6.1
CATEGORIES+= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=x11
post-install:
+ .if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/xvile.1
+.endif
.include <bsd.port.mk>