diff options
Diffstat (limited to 'textproc/p5-HTML-RewriteAttributes/Makefile')
-rw-r--r-- | textproc/p5-HTML-RewriteAttributes/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile index 1c733ef24ab2..78aa994c8b2c 100644 --- a/textproc/p5-HTML-RewriteAttributes/Makefile +++ b/textproc/p5-HTML-RewriteAttributes/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: p5-HTML-Attributes -# Date created: 2008/08/24 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# +# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= HTML-RewriteAttributes -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,7 +28,7 @@ PLIST_FILES= %%SITE_PERL%%/HTML/RewriteAttributes.pm \ %%SITE_PERL%%/HTML/RewriteAttributes/Links.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RewriteAttributes/.packlist -PLIST_DIRS= %%SITE_PERL%%/HTML/RewriteAttributes \ +PLIST_DIRSTRY= %%SITE_PERL%%/HTML/RewriteAttributes \ %%SITE_PERL%%/HTML \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RewriteAttributes \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML |