diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-25 11:58:48 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-25 11:58:48 +0000 |
commit | 1f3c5b6d9d0d87e5a48baa35475aab7af1812caf (patch) | |
tree | 01f1636b5c3d00cf14b804a4cc5eaca8dde14952 | |
parent | - completely new functionalities, so bumped port revision (diff) |
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.
Notes
Notes:
svn path=/head/; revision=40344
-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/ \ |