diff options
author | ache <ache@FreeBSD.org> | 2000-06-10 03:24:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-06-10 03:24:36 +0800 |
commit | 2b599a2c93f7f85adbbddf2d0a13604356e3b3bc (patch) | |
tree | 885825a5c3ececa7d3f010632d384b3eedecab85 | |
parent | cf52662b0bbd5b69c15667316c6e46b2e6bd0d86 (diff) | |
download | freebsd-ports-gnome-2b599a2c93f7f85adbbddf2d0a13604356e3b3bc.tar.gz freebsd-ports-gnome-2b599a2c93f7f85adbbddf2d0a13604356e3b3bc.tar.zst freebsd-ports-gnome-2b599a2c93f7f85adbbddf2d0a13604356e3b3bc.zip |
Fix PORTVERSION
-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/ |