diff options
author | gj <gj@FreeBSD.org> | 2001-03-25 19:58:48 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-03-25 19:58:48 +0800 |
commit | 4f2fbb2378548d435d82e8b0c8bca90d10d266c5 (patch) | |
tree | dc32550b3f6b800bf9b93df6560c095073c9129d /editors | |
parent | a9b3413f92c72555b1850d8a36ed6210993327bf (diff) | |
download | freebsd-ports-gnome-4f2fbb2378548d435d82e8b0c8bca90d10d266c5.tar.gz freebsd-ports-gnome-4f2fbb2378548d435d82e8b0c8bca90d10d266c5.tar.zst freebsd-ports-gnome-4f2fbb2378548d435d82e8b0c8bca90d10d266c5.zip |
Oops ! PORTVERSION was supposed to be 9.2j, not 9.2_pj (because portlint
doesn't like it). I changed it in xvile but forgot it in vile.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 249f885a2776..1034b6680caf 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vile -PORTVERSION= 9.2_pj +PORTVERSION= 9.2j DISTNAME= vile-9.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ |