diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-04-19 11:55:28 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-04-19 11:55:28 +0000 |
commit | dba04a13af45d1948a1a8084af085f5ca737e27d (patch) | |
tree | 240298044f1bb4977f239cd9d22e744f5fd63d38 | |
parent | 0cab681643bc9df5354c17e5668cd63c8486642b (diff) | |
download | freebsd-ports-dba04a13af45d1948a1a8084af085f5ca737e27d.zip |
Fix plist.
-rw-r--r-- | devel/p5-P4-Client/pkg-plist | 4 | ||||
-rw-r--r-- | devel/p5-P4/pkg-plist | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-P4-Client/pkg-plist b/devel/p5-P4-Client/pkg-plist index ce94d273339c..71e7ec929212 100644 --- a/devel/p5-P4-Client/pkg-plist +++ b/devel/p5-P4-Client/pkg-plist @@ -6,5 +6,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client/Client.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/P4 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/P4 2>/dev/null || true diff --git a/devel/p5-P4/pkg-plist b/devel/p5-P4/pkg-plist index a72c5db6222c..78a0221b55b8 100644 --- a/devel/p5-P4/pkg-plist +++ b/devel/p5-P4/pkg-plist @@ -2,5 +2,5 @@ %%SITE_PERL%%/auto/P4/autosplit.ix %%SITE_PERL%%/example.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/.packlist -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true -@unexec rmdir %%SITE_PERL%%/auto/P4 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/P4 2>/dev/null || true diff --git a/dns/p5-Net-DNS-ZoneFile/pkg-plist b/dns/p5-Net-DNS-ZoneFile/pkg-plist index 543e3047902f..4ef4a11ee501 100644 --- a/dns/p5-Net-DNS-ZoneFile/pkg-plist +++ b/dns/p5-Net-DNS-ZoneFile/pkg-plist @@ -2,3 +2,4 @@ %%SITE_PERL%%/Net/DNS/ZoneFile.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile @unexec rmdir %D/%%SITE_PERL%%/Net/DNS 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |