1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

let's be less aggresive with removing the directories, they might

be in use by other ports.
This commit is contained in:
Edwin Groothuis 2003-02-13 01:54:41 +00:00
parent e852692922
commit b221fcf432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75427

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Class/Container.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Class
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true