diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:29:46 +0000 |
commit | 913a5a5cbae4d0f429ae82617b4e1fca51867d49 (patch) | |
tree | f99bd9b91ec272158b0ee070a9ec0871177d6ea8 /databases/p5-DBIx-Class-Loader | |
parent | ffbac30e7dc48153e09f82916b1b30c551b8a199 (diff) | |
download | ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.tar.gz ports-913a5a5cbae4d0f429ae82617b4e1fca51867d49.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-Loader')
-rw-r--r-- | databases/p5-DBIx-Class-Loader/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Class-Loader/pkg-plist b/databases/p5-DBIx-Class-Loader/pkg-plist index 69aa062cc7ee..f6cf0690eea1 100644 --- a/databases/p5-DBIx-Class-Loader/pkg-plist +++ b/databases/p5-DBIx-Class-Loader/pkg-plist @@ -6,9 +6,9 @@ %%SITE_PERL%%/DBIx/Class/Loader/SQLite.pm %%SITE_PERL%%/DBIx/Class/Loader.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Loader/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Loader 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/DBIx/Class/Loader 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/DBIx/Class 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Loader +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx +@dirrmtry %%SITE_PERL%%/DBIx/Class/Loader +@dirrmtry %%SITE_PERL%%/DBIx/Class +@dirrmtry %%SITE_PERL%%/DBIx |