diff options
author | asami <asami@FreeBSD.org> | 2000-05-08 08:07:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-08 08:07:43 +0000 |
commit | edadd7d001dce5dfdad46dc68aaa0429d42139b4 (patch) | |
tree | 0b3ff71ba30f2d702c971020e771045fb879b90c /security/p5-Net-SSLeay | |
parent | 85b9624478f2df2f1f55cc63c73b67c47f10551f (diff) | |
download | FreeBSD-ports-edadd7d001dce5dfdad46dc68aaa0429d42139b4.zip FreeBSD-ports-edadd7d001dce5dfdad46dc68aaa0429d42139b4.tar.gz |
Remove empty directories that end with "Net" upon deinstallation.
Submitted by: bento
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Net-SSLeay/pkg-plist b/security/p5-Net-SSLeay/pkg-plist index a431e5a..56183f4 100644 --- a/security/p5-Net-SSLeay/pkg-plist +++ b/security/p5-Net-SSLeay/pkg-plist @@ -20,3 +20,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SSLeay/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SSLeay/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/SSLeay.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SSLeay +@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%%/%%PERL_ARCH%%/Net 2>/dev/null || true |