diff options
author | gj <gj@FreeBSD.org> | 1997-06-18 04:11:58 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-06-18 04:11:58 +0800 |
commit | 4f158b6722111efc2f30fe92afdaf2691ec9f6db (patch) | |
tree | d24f5bbd8d89209334008d5fac6ec0076a800b9c /editors/xvile | |
parent | c51a6e11158e21a81a56750c1c5a60f7b7c6bce7 (diff) | |
download | freebsd-ports-graphics-4f158b6722111efc2f30fe92afdaf2691ec9f6db.tar.gz freebsd-ports-graphics-4f158b6722111efc2f30fe92afdaf2691ec9f6db.tar.zst freebsd-ports-graphics-4f158b6722111efc2f30fe92afdaf2691ec9f6db.zip |
update xvile to version 7.1, make myself the maintainer
Submitted by: pgf@foxharp.boston.ma.us
Diffstat (limited to 'editors/xvile')
-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 0c1f88cc185..67fce9a43dc 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 |