summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-07 12:14:03 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-07 12:14:03 +0000
commit58895acd256d056945fcda7f51edf17ab1d7c308 (patch)
treefa96ab7ce101c7add954cad23cd03bfdb5c5c8ad /editors
parentRemove the dependancy on the (ex-)port tcl7.5. (diff)
Upgrade, 6.0 -> 6.1. (Closes PR #1709.)
Reminded By: obrien@Nuxi.cs.ucdavis.edu NOMANCOMPRESS is now honored.
Notes
Notes: svn path=/head/; revision=3921
Diffstat (limited to 'editors')
-rw-r--r--editors/xvile/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 7cc888fda12e..17f34d0307b6 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>