diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-31 07:22:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-31 07:22:29 +0000 |
commit | a85cad9a3af99dd8f027f071de209f746ce31212 (patch) | |
tree | e48672047ae96a57a46f23987694e4129395acd2 | |
parent | 5b150feb548d4a46f233f75a9a4d9034563bd18a (diff) |
Add @dirrm for Authen/Radius.
Add @unexec rmdir for Authen directories if empty.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=34475
-rw-r--r-- | security/p5-Authen-Radius/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Authen-Radius/pkg-plist b/security/p5-Authen-Radius/pkg-plist index d26b018c354c..4714ff6a564f 100644 --- a/security/p5-Authen-Radius/pkg-plist +++ b/security/p5-Authen-Radius/pkg-plist @@ -1,2 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true |