diff options
author | mat <mat@FreeBSD.org> | 2004-04-15 12:56:38 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-04-15 12:56:38 +0000 |
commit | 874c49b36d675ccb4f03f6ea05ebc70b49195914 (patch) | |
tree | 72154c4a9e15239c0ebbbd29c6143e2673fa192f /www | |
parent | 036d29c99add5d97126105081be419f9db132c19 (diff) | |
download | FreeBSD-ports-874c49b36d675ccb4f03f6ea05ebc70b49195914.zip FreeBSD-ports-874c49b36d675ccb4f03f6ea05ebc70b49195914.tar.gz |
Fix plist
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Radius/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Radius/pkg-plist b/www/p5-Apache-Radius/pkg-plist index 1a75ccc..993178b 100644 --- a/www/p5-Apache-Radius/pkg-plist +++ b/www/p5-Apache-Radius/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/Apache/AuthenRadius.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthenRadius/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthenRadius +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |