diff options
author | gj <gj@FreeBSD.org> | 1997-06-18 04:07:55 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-06-18 04:07:55 +0800 |
commit | 88d0a886d18a3341e76687eeb0133f6647930d63 (patch) | |
tree | 0ef9d753da50f059576e19a4e3e41f80f392f5d9 /editors | |
parent | c6ba751aab126a5bbcfd8886010a41b8bcdeb903 (diff) | |
download | freebsd-ports-gnome-88d0a886d18a3341e76687eeb0133f6647930d63.tar.gz freebsd-ports-gnome-88d0a886d18a3341e76687eeb0133f6647930d63.tar.zst freebsd-ports-gnome-88d0a886d18a3341e76687eeb0133f6647930d63.zip |
update vile to version 7.1, make myself the maintainer.
Submitted by: pgf@foxharp.boston.ma.us
Diffstat (limited to 'editors')
-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 |