diff options
author | will <will@FreeBSD.org> | 2000-06-09 21:43:29 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-09 21:43:29 +0000 |
commit | c8832d80ea0160e2e4b907742d6b48cf508e2c02 (patch) | |
tree | cd1681eb6b6a0fe7079163bafb91c14ec2ba9f6b /mail | |
parent | 0743bfd8762ce06ef11c4911fccfbcc47671d0a3 (diff) | |
download | FreeBSD-ports-c8832d80ea0160e2e4b907742d6b48cf508e2c02.zip FreeBSD-ports-c8832d80ea0160e2e4b907742d6b48cf508e2c02.tar.gz |
Use PORTVERSION=2.0.rc1 even though portlint doesn't like it.
Submitted by: asami
Approved by: MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tkrat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 33fbaf9..7a0d4aa 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tkrat -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.rc1 CATEGORIES= mail tk82 MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ ftp://ftp.sunet.se/pub/unix/mail/tkrat/ |