1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add 2 @unexec rmdir's (sorry, will :-)).

Found by:	bento
This commit is contained in:
Jun Kuriyama 2001-03-12 02:53:57 +00:00
parent bf1b8f63e0
commit ce06f565e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39616

View File

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