diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
commit | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch) | |
tree | bba44484f7b230fd6b557cc34a841c889282242a /textproc/p5-HTML-Tidy | |
parent | ff334859ab3a3bf4271f7fce3a419dc3c28772be (diff) | |
download | freebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.gz freebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.zst freebsd-ports-gnome-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.zip |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'textproc/p5-HTML-Tidy')
-rw-r--r-- | textproc/p5-HTML-Tidy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Tidy/Makefile b/textproc/p5-HTML-Tidy/Makefile index b9ea5a57902b..fed34e73ccc1 100644 --- a/textproc/p5-HTML-Tidy/Makefile +++ b/textproc/p5-HTML-Tidy/Makefile @@ -8,8 +8,7 @@ PORTNAME= HTML-Tidy PORTVERSION= 1.08 CATEGORIES= textproc www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTML +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |