mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add 2 @unexec rmdir's.
Submitted by: bento
This commit is contained in:
parent
93a59a7cfb
commit
006d64618d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34605
@ -1,3 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTML/Stream.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Stream/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Stream
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
|
||||
|
@ -1,3 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTML/Tagset.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user