diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1997-06-17 20:07:55 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1997-06-17 20:07:55 +0000 |
commit | de156a9b4403163067c592c99c311b057eba3f5c (patch) | |
tree | 1068357cc8675b6b30defa96de89a52025d71b8a | |
parent | Better fix for '.' problem (diff) |
update vile to version 7.1, make myself the maintainer.
Submitted by: pgf@foxharp.boston.ma.us
-rw-r--r-- | editors/vile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0c1f7154adbd..c75debb06e46 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: vile -# Version required: 6.3 +# Version required: 7.1 # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $ +# $Id: Makefile,v 1.11 1996/12/03 12:53:30 obrien Exp $ # -DISTNAME= vile-6.3 +DISTNAME= vile-7.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ EXTRACT_SUFX= .tgz -MAINTAINER= pgf@foxharp.boston.ma.us +MAINTAINER= gj@freebsd.org MAKEFILE= makefile GNU_CONFIGURE= yes |