diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-07 10:24:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-07 10:24:15 +0000 |
commit | 5f93fe387a86b83daed6f63b9dd336070d79c3fc (patch) | |
tree | ef3034249638e1ceac782378b7b1375ebcd270fd /textproc/p5-XML-RAI | |
parent | - Use USE_RC_SUBR (diff) |
Fix versionnumber
Reported by: chkversion
Pointy hat to: arved
Diffstat (limited to 'textproc/p5-XML-RAI')
-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 bcf33d1bcb42..9928044bdd1c 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 |