diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | d73ba718faf26d7121b77abe23bcdde4471ffd37 (patch) | |
tree | 933c4cf888a3e578c5dc57fa7101d4811c5bbd1a /net/p5-Socks | |
parent | 528bd5316b1d513249603d42e06673dde2743fb5 (diff) |
Notes
Diffstat (limited to 'net/p5-Socks')
-rw-r--r-- | net/p5-Socks/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Socks/pkg-plist b/net/p5-Socks/pkg-plist index 8b965835f49c..9989db8a57c4 100644 --- a/net/p5-Socks/pkg-plist +++ b/net/p5-Socks/pkg-plist @@ -20,3 +20,6 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_user_response5.al lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS/_validate.al @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SOCKS @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SOCKS +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true |