diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-03 20:36:20 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-03 20:36:20 +0000 |
commit | b66d6612bb1d95c5d9dddccffa27c7ed4f59b795 (patch) | |
tree | 4e4e919bdf347fcd1c1b3d33887cff6e1376d141 /audio/p5-MPEG-ID3v2Tag | |
parent | 695a0c5de01325a062d29a83912a5d9786f79ea0 (diff) | |
download | FreeBSD-ports-b66d6612bb1d95c5d9dddccffa27c7ed4f59b795.zip FreeBSD-ports-b66d6612bb1d95c5d9dddccffa27c7ed4f59b795.tar.gz |
remove extra dirs
Submitted by: bento log
Diffstat (limited to 'audio/p5-MPEG-ID3v2Tag')
-rw-r--r-- | audio/p5-MPEG-ID3v2Tag/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/p5-MPEG-ID3v2Tag/pkg-plist b/audio/p5-MPEG-ID3v2Tag/pkg-plist index f94d2ac..c85a03a 100644 --- a/audio/p5-MPEG-ID3v2Tag/pkg-plist +++ b/audio/p5-MPEG-ID3v2Tag/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/MPEG/ID3v2Tag.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG/ID3v2Tag +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MPEG 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MPEG 2>/dev/null || true |