1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove a couple of extra directories if empty.

This commit is contained in:
Steve Price 2001-04-11 03:52:36 +00:00
parent 07d222c8d7
commit e6d900ae81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41261

View File

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