diff options
author | skv <skv@FreeBSD.org> | 2005-06-12 18:33:03 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-06-12 18:33:03 +0800 |
commit | 8727c8dc30d301f5be9f30924587cfccab942e40 (patch) | |
tree | 89c890e2d1b97409f8f22c68c0812e87d4001ae1 /devel | |
parent | a5516ae76777f0a190b80b4f576eba4d33c3ad5e (diff) | |
download | freebsd-ports-gnome-8727c8dc30d301f5be9f30924587cfccab942e40.tar.gz freebsd-ports-gnome-8727c8dc30d301f5be9f30924587cfccab942e40.tar.zst freebsd-ports-gnome-8727c8dc30d301f5be9f30924587cfccab942e40.zip |
Fix PORTVERSION.
Pointed by: chkversion (kris)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-API-Hooks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-POE-API-Hooks/Makefile b/devel/p5-POE-API-Hooks/Makefile index c31672e6e985..3ee3f0011112 100644 --- a/devel/p5-POE-API-Hooks/Makefile +++ b/devel/p5-POE-API-Hooks/Makefile @@ -6,10 +6,11 @@ # PORTNAME= POE-API-Hooks -PORTVERSION= 1.05 +PORTVERSION= 1.0500 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUNGO +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org |