diff options
author | arved <arved@FreeBSD.org> | 2004-06-07 10:24:15 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-06-07 10:24:15 +0000 |
commit | 6e4989fc70d3d65e148b14505cf999a173163769 (patch) | |
tree | 766319104d663c42e231624b74c1d6e588096cec /textproc | |
parent | 9f31d063a0bf955a55083a611caeafa835eb948a (diff) | |
download | FreeBSD-ports-6e4989fc70d3d65e148b14505cf999a173163769.zip FreeBSD-ports-6e4989fc70d3d65e148b14505cf999a173163769.tar.gz |
Fix versionnumber
Reported by: chkversion
Pointy hat to: arved
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RAI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index bcf33d1..9928044 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ PORTNAME= XML-RAI -PORTVERSION= 0.5 +PORTVERSION= 0.50 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/50/5/} MAINTAINER= arved@FreeBSD.org COMMENT= RSS Abstraction Interface |