diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 04:22:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 04:22:02 +0000 |
commit | e2795c43fe72cb433e6f6079ca7d241eeafa2e2a (patch) | |
tree | 089b1f99576f9b2f83116e3ae1ff411e0b7ba752 | |
parent | Shorten comment. (diff) |
- fix pkg-plist
Notes
Notes:
svn path=/head/; revision=123174
-rw-r--r-- | databases/p5-Search-InvertedIndex/pkg-plist | 1 | ||||
-rw-r--r-- | devel/p5-Tie-DB_File-SplitHash/pkg-plist | 5 | ||||
-rw-r--r-- | devel/p5-Tie-FileLRUCache/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/p5-RTF-Tokenizer/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/p5-Template-Magic/pkg-plist | 2 |
5 files changed, 8 insertions, 3 deletions
diff --git a/databases/p5-Search-InvertedIndex/pkg-plist b/databases/p5-Search-InvertedIndex/pkg-plist index d09897d73df4..6f008d258028 100644 --- a/databases/p5-Search-InvertedIndex/pkg-plist +++ b/databases/p5-Search-InvertedIndex/pkg-plist @@ -16,3 +16,4 @@ @unexec rmdir %D/%%SITE_PERL%%/Search/InvertedIndex 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Search 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/InvertedIndex 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search 2>/dev/null || true diff --git a/devel/p5-Tie-DB_File-SplitHash/pkg-plist b/devel/p5-Tie-DB_File-SplitHash/pkg-plist index 3e331e5cfd36..4d24b8bb7f47 100644 --- a/devel/p5-Tie-DB_File-SplitHash/pkg-plist +++ b/devel/p5-Tie-DB_File-SplitHash/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Tie/DB_File/SplitHash.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_File/SplitHash/.packlist -@dirrm %%SITE_PERL%%/Tie/DB_File @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_File/SplitHash @unexec rmdir %D/%%SITE_PERL%%/Tie/DB_File 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_File/SplitHash 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_File 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true diff --git a/devel/p5-Tie-FileLRUCache/pkg-plist b/devel/p5-Tie-FileLRUCache/pkg-plist index 051c207bb4ef..d9dbd8ee76ab 100644 --- a/devel/p5-Tie-FileLRUCache/pkg-plist +++ b/devel/p5-Tie-FileLRUCache/pkg-plist @@ -2,4 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache @unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true diff --git a/textproc/p5-RTF-Tokenizer/pkg-plist b/textproc/p5-RTF-Tokenizer/pkg-plist index 67ff59031f69..63b3027a0b40 100644 --- a/textproc/p5-RTF-Tokenizer/pkg-plist +++ b/textproc/p5-RTF-Tokenizer/pkg-plist @@ -4,4 +4,5 @@ bin/rtfdump %%SITE_PERL%%/RTF/Tokenizer.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Tokenizer @dirrm %%SITE_PERL%%/RTF +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true diff --git a/textproc/p5-Template-Magic/pkg-plist b/textproc/p5-Template-Magic/pkg-plist index 757ae8f025ab..794ed9b1740a 100644 --- a/textproc/p5-Template-Magic/pkg-plist +++ b/textproc/p5-Template-Magic/pkg-plist @@ -11,6 +11,8 @@ %%SITE_PERL%%/auto/Template/Magic/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Magic/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Magic +@dirrm %%SITE_PERL%%/auto/Template/Magic +@dirrm %%SITE_PERL%%/auto/Template @dirrm %%SITE_PERL%%/Template/Magic @unexec rmdir %D/%%SITE_PERL%%/Template 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template 2>/dev/null || true |