diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-10 01:39:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-10 01:39:43 +0800 |
commit | c6570090056a42afa4721d438cb5ad276a039f94 (patch) | |
tree | 2dc46f158a51223c735db7e75992ba36550da3f6 /www | |
parent | 5c41c7cc70f757839fac6672e92d86336dd86530 (diff) | |
download | freebsd-ports-gnome-c6570090056a42afa4721d438cb5ad276a039f94.tar.gz freebsd-ports-gnome-c6570090056a42afa4721d438cb5ad276a039f94.tar.zst freebsd-ports-gnome-c6570090056a42afa4721d438cb5ad276a039f94.zip |
add missing files to PLIST
PR: 43850
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Mason/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 76625cc1bf71..51baa200dc93 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -7,11 +7,11 @@ PORTNAME= HTML-Mason PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-1.13 MAINTAINER= dsh@vlink.ru diff --git a/www/p5-HTML-Mason/pkg-plist b/www/p5-HTML-Mason/pkg-plist index e027b8bc3763..f15e7ace2687 100644 --- a/www/p5-HTML-Mason/pkg-plist +++ b/www/p5-HTML-Mason/pkg-plist @@ -1,5 +1,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Mason.pm lib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML/Mason.pm +lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Admin.pod lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/ApacheHandler.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Buffer.pm @@ -25,10 +26,12 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Subclassing.pod lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Tests.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Tools.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Utils.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Mason/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Compiler @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Resolver @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Mason @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true |