diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-03 20:36:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-03 20:36:20 +0000 |
commit | fb867a8cd4834729e9ef574a2fac596c8937a588 (patch) | |
tree | e45c516027d34bbfc6fd719a7cb3c283757b1e06 /net/p5-SOAP | |
parent | add missing man page in PLIST (diff) |
remove extra dirs
Submitted by: bento log
Diffstat (limited to 'net/p5-SOAP')
-rw-r--r-- | net/p5-SOAP/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-SOAP/pkg-plist b/net/p5-SOAP/pkg-plist index 3805c50eb598..c6abac241524 100644 --- a/net/p5-SOAP/pkg-plist +++ b/net/p5-SOAP/pkg-plist @@ -23,3 +23,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP @dirrm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport/HTTP @dirrm lib/perl5/site_perl/%%PERL_VER%%/SOAP/Transport +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/SOAP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SOAP 2>/dev/null || true |