summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-10-31 07:22:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-10-31 07:22:29 +0000
commita85cad9a3af99dd8f027f071de209f746ce31212 (patch)
treee48672047ae96a57a46f23987694e4129395acd2 /security
parentDisable jar packages - they are duplicate information. (diff)
Add @dirrm for Authen/Radius.
Add @unexec rmdir for Authen directories if empty. Submitted by: bento
Notes
Notes: svn path=/head/; revision=34475
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-Radius/pkg-plist3
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