diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-09 19:24:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-09 19:24:36 +0000 |
commit | 7ca397dbb7ef7f999888fb0b6a677d90d515cbf0 (patch) | |
tree | 7a1e22e36ceab578029c57c1bb2ae069b0c14162 /editors/biew | |
parent | 71705e80d544a9608ed4bfd91fd2ea226f910172 (diff) | |
download | ports-7ca397dbb7ef7f999888fb0b6a677d90d515cbf0.tar.gz ports-7ca397dbb7ef7f999888fb0b6a677d90d515cbf0.zip |
Fix PORTVERSION
Notes
Notes:
svn path=/head/; revision=29455
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index a717b96921a6..51e42ef11200 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biew -PORTVERSION= 5.10 +PORTVERSION= 5.1.0 CATEGORIES= editors MASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ http://download.sourceforge.net/biew/ |