diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-27 19:50:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-27 19:50:38 +0800 |
commit | f6b3c7af0ce0906d37efe8cda28a2fc94d1861d1 (patch) | |
tree | 565a43fd55257187226ae122c228ab2ae19486c7 | |
parent | 85851943e19aad51591c44c5f795e9ad66a56ba0 (diff) | |
download | freebsd-ports-gnome-f6b3c7af0ce0906d37efe8cda28a2fc94d1861d1.tar.gz freebsd-ports-gnome-f6b3c7af0ce0906d37efe8cda28a2fc94d1861d1.tar.zst freebsd-ports-gnome-f6b3c7af0ce0906d37efe8cda28a2fc94d1861d1.zip |
Do not try to remove directories not created by the port
Reported by: pkg (DEVELOPER_MODE)
-rw-r--r-- | devel/p5-Test-MockRandom/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-Test-MockRandom/pkg-plist b/devel/p5-Test-MockRandom/pkg-plist index 4d1f3608b3dd..eccd09c6e8eb 100644 --- a/devel/p5-Test-MockRandom/pkg-plist +++ b/devel/p5-Test-MockRandom/pkg-plist @@ -1,5 +1,3 @@ %%SITE_PERL%%/Test/MockRandom.pm %%SITE_PERL%%/Test/MockRandom.pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/MockRandom -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test |