diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:24:24 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:24:24 +0800 |
commit | c58c424c0845fe9b7061ff4186f2d222b1acdc1a (patch) | |
tree | 215a52d46fe9383363c0a87e119b6f00707553ac /devel/p5-IO-Stty | |
parent | 31e1de17d91e01e1e145e35bd315c51f2da686ce (diff) | |
download | freebsd-ports-gnome-c58c424c0845fe9b7061ff4186f2d222b1acdc1a.tar.gz freebsd-ports-gnome-c58c424c0845fe9b7061ff4186f2d222b1acdc1a.tar.zst freebsd-ports-gnome-c58c424c0845fe9b7061ff4186f2d222b1acdc1a.zip |
Conditionally remove remaining installed dirs
Noticed by: bento
Diffstat (limited to 'devel/p5-IO-Stty')
-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 |