diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:16:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:16:17 +0800 |
commit | aa48cd7dbcd7f3abfe243fc3c094fb6d770765c0 (patch) | |
tree | cf7fafcc31a6c385f55ac97848263bc788caa4d3 | |
parent | 16a7d18afec8776aaf0373c149d3c2a890f3c920 (diff) | |
download | freebsd-ports-gnome-aa48cd7dbcd7f3abfe243fc3c094fb6d770765c0.tar.gz freebsd-ports-gnome-aa48cd7dbcd7f3abfe243fc3c094fb6d770765c0.tar.zst freebsd-ports-gnome-aa48cd7dbcd7f3abfe243fc3c094fb6d770765c0.zip |
- Use real PORTVERSION
-rw-r--r-- | textproc/p5-HTML-Packer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index 3f815a0021a5..60ab119277de 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= HTML-Packer -PORTVERSION= 1.004.001 -PORTREVISION= 1 +PORTVERSION= 1.004001 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Another HTML code cleaner |