diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1997-06-17 20:11:58 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1997-06-17 20:11:58 +0000 |
commit | bbaee3e1e6cc65a5304e0cdf16c5fc8794198ed5 (patch) | |
tree | 3f7d34665b3ff20a1cf8bf1939a0a9ac8c2bceb8 | |
parent | update vile to version 7.1, make myself the maintainer. (diff) |
update xvile to version 7.1, make myself the maintainer
Submitted by: pgf@foxharp.boston.ma.us
-rw-r--r-- | editors/xvile/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 0c1f88cc185a..67fce9a43dc5 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: xvile -# Version required: 6.3 +# Version required: 7.1 # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $ +# $Id: Makefile,v 1.11 1996/12/03 12:53:38 obrien Exp $ # -DISTNAME= vile-6.3 -PKGNAME= xvile-6.3 +DISTNAME= vile-7.1 +PKGNAME= xvile-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 |