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 /devel | |
parent | 0cab681643bc9df5354c17e5668cd63c8486642b (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-P4-Client/pkg-plist | 4 | ||||
-rw-r--r-- | devel/p5-P4/pkg-plist | 4 |
2 files changed, 4 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 |