diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
| commit | 1e0b1948d4a4d728638bed610f9f3b9b65f28d41 (patch) | |
| tree | 63de9771027da1d953b8bcfbf7f2affa1412e872 /devel | |
| parent | a31a942a8d876eb76063d56346f0a33919580a30 (diff) | |
Conditionally remove remaining installed dirs
Noticed by: bento
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/p5-IO-Stty/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-IO-Stty/pkg-plist b/devel/p5-IO-Stty/pkg-plist index 1e1d9bc9dfc0..c7d210a23372 100644 --- a/devel/p5-IO-Stty/pkg-plist +++ b/devel/p5-IO-Stty/pkg-plist @@ -1,3 +1,4 @@ lib/perl5/site_perl/%%PERL_VER%%/IO/stty.pl lib/perl5/site_perl/%%PERL_VER%%/IO/Stty.pm @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true |
