diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-04 05:01:54 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-04 05:01:54 +0000 |
commit | 6a836c090e2f7c61758872830ac044e87d52a41f (patch) | |
tree | 89e529d9ed16dc69db7ba9a197e123b18f43ca71 /ftp/omi | |
parent | PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1 (diff) |
On second thought, instead of fixing PORTVERSION=alpha-9 by changing
to PORTVERSION=pl9, fix by changing to PORTVERSION=a9. A version
string of a9 will sort just fine.
Diffstat (limited to 'ftp/omi')
-rw-r--r-- | ftp/omi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile index 153cc7971f93..6fdd15b0bc65 100644 --- a/ftp/omi/Makefile +++ b/ftp/omi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= omi -PORTVERSION= pl9 +PORTVERSION= a9 CATEGORIES= ftp MASTER_SITES= http://dorifer.heim3.tu-clausthal.de/~olli/omi/ DISTNAME= omi-alpha-9 |