From 94041c859323062875f05b693dd657835650447a Mon Sep 17 00:00:00 2001
From: sunpoet <sunpoet@FreeBSD.org>
Date: Mon, 8 Dec 2014 16:16:21 +0000
Subject: - Use real PORTVERSION

---
 textproc/p5-JavaScript-Packer/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile
index 7f33bf280e62..ada940eff5dc 100644
--- a/textproc/p5-JavaScript-Packer/Makefile
+++ b/textproc/p5-JavaScript-Packer/Makefile
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	JavaScript-Packer
-PORTVERSION=	1.006.003
-PORTREVISION=	1
+PORTVERSION=	1.006003
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl version of Dean Edwards' Packer.js
-- 
cgit