diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 13:51:04 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 13:51:04 +0000 |
commit | 6da35335ca1c93c61562189c1f1ef8f80a9339b8 (patch) | |
tree | 47f6f94d61c16daba593f852deee19511153a186 /databases/p5-DBZ_File | |
parent | abdbacd270a63cf9d021f0cb29008c22b13fa808 (diff) | |
download | FreeBSD-ports-6da35335ca1c93c61562189c1f1ef8f80a9339b8.zip FreeBSD-ports-6da35335ca1c93c61562189c1f1ef8f80a9339b8.tar.gz |
Don't remove directory we didn't create
Diffstat (limited to 'databases/p5-DBZ_File')
-rw-r--r-- | databases/p5-DBZ_File/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/p5-DBZ_File/pkg-plist b/databases/p5-DBZ_File/pkg-plist index 0a975af..5b074d0 100644 --- a/databases/p5-DBZ_File/pkg-plist +++ b/databases/p5-DBZ_File/pkg-plist @@ -3,4 +3,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBZ_File.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBZ_File/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBZ_File -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true |