1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add in hacky rmdir bits to clean up "extra"

Submitted by:	bento
This commit is contained in:
Ade Lovett 2000-06-08 21:26:05 +00:00
parent d750cb23bb
commit c3f97b64e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29408

View File

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