diff options
author | mat <mat@FreeBSD.org> | 2004-04-15 20:56:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-04-15 20:56:38 +0800 |
commit | 874c49b36d675ccb4f03f6ea05ebc70b49195914 (patch) | |
tree | 72154c4a9e15239c0ebbbd29c6143e2673fa192f /www | |
parent | 036d29c99add5d97126105081be419f9db132c19 (diff) | |
download | freebsd-ports-gnome-874c49b36d675ccb4f03f6ea05ebc70b49195914.tar.gz freebsd-ports-gnome-874c49b36d675ccb4f03f6ea05ebc70b49195914.tar.zst freebsd-ports-gnome-874c49b36d675ccb4f03f6ea05ebc70b49195914.zip |
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 1a75ccc6fb03..993178b1ff56 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 |