diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-24 10:33:29 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-24 10:33:29 +0000 |
commit | ddccf4f464f317b475d135d3b09a9d04926fd5e7 (patch) | |
tree | 5dbcf220f4972eb385c660e2adf511e6e16d3592 /net/p5-Net-XWhois | |
parent | c7b006ebcfd812fdf82be5b56d6b0254178bbbbe (diff) | |
download | ports-ddccf4f464f317b475d135d3b09a9d04926fd5e7.tar.gz ports-ddccf4f464f317b475d135d3b09a9d04926fd5e7.zip |
Notes
Diffstat (limited to 'net/p5-Net-XWhois')
-rw-r--r-- | net/p5-Net-XWhois/pkg-plist | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-Net-XWhois/pkg-plist b/net/p5-Net-XWhois/pkg-plist index bf4e9b052222..c376229d6d24 100644 --- a/net/p5-Net-XWhois/pkg-plist +++ b/net/p5-Net-XWhois/pkg-plist @@ -1,5 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/XWhois.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/XWhois.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XWhois/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XWhois 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |