add missing files to PLIST
PR: 43850 Submitted by: maintainer
This commit is contained in:
parent
bed5ed4a73
commit
c69e8ad925
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67702
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue