diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /databases/p5-DBD-Excel | |
parent | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff) | |
download | ports-8782296f87f346e407a9b588c61c901ad331a61b.tar.gz ports-8782296f87f346e407a9b588c61c901ad331a61b.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-Excel')
-rw-r--r-- | databases/p5-DBD-Excel/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-Excel/pkg-plist b/databases/p5-DBD-Excel/pkg-plist index a8954cdb34e8..93473bffb585 100644 --- a/databases/p5-DBD-Excel/pkg-plist +++ b/databases/p5-DBD-Excel/pkg-plist @@ -13,7 +13,7 @@ %%PORTDOCS%%share/examples/DBD-Excel/texj.pl %%PORTDOCS%%share/examples/DBD-Excel/thidden.pl %%PORTDOCS%%share/examples/DBD-Excel/thidden.xls -@unexec rmdir %D/%%SITE_PERL%%/DBD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Excel 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Excel +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD %%PORTDOCS%%@unexec rmdir %D/share/examples/DBD-Excel 2>/dev/null || true |