diff options
author | gj <gj@FreeBSD.org> | 2002-08-14 10:14:38 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2002-08-14 10:14:38 +0000 |
commit | 6ce0b36d9496bbfd916a7dd945a0a0e0716adcce (patch) | |
tree | 8c6785e6789267648340f7a01f615429a87e507c /editors/vile/Makefile | |
parent | a012a393a7131eb79a856711e7294efb4f9f71a4 (diff) | |
download | FreeBSD-ports-6ce0b36d9496bbfd916a7dd945a0a0e0716adcce.zip FreeBSD-ports-6ce0b36d9496bbfd916a7dd945a0a0e0716adcce.tar.gz |
Update to version 9.3c.
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index bd125fd..924ab24 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vile -PORTVERSION= 9.3b +PORTVERSION= 9.3c CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ @@ -15,9 +15,10 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} PATCHFILES= vile-9.3a.patch.gz \ - vile-9.3b.patch.gz + vile-9.3b.patch.gz \ + vile-9.3c.patch.gz -MAINTAINER= gj@freebsd.org +MAINTAINER= gj@freeBSD.org MAKEFILE= makefile GNU_CONFIGURE= yes |