diff options
author | hoek <hoek@FreeBSD.org> | 2000-06-04 05:01:54 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-06-04 05:01:54 +0000 |
commit | 1dd7ade58d4520a1296340adde9bdd5aa17e78f1 (patch) | |
tree | 4fa5c607b541d4687000e0440b0ceba0b5e4e81a | |
parent | e0899b338ba7a200c164024a4ffa422a2e791884 (diff) | |
download | FreeBSD-ports-1dd7ade58d4520a1296340adde9bdd5aa17e78f1.zip FreeBSD-ports-1dd7ade58d4520a1296340adde9bdd5aa17e78f1.tar.gz |
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.
-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 153cc79..6fdd15b 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 |