diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 04:33:30 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 04:33:30 +0000 |
commit | 4ece85c4b05148bb1f0e7ac303ac49545fa61732 (patch) | |
tree | 7b96060a6e7abf4121e2d36f32d527bea18d3c01 | |
parent | 43a5155a656a23c96934328c9c0ff4efc0f65e6c (diff) | |
download | ports-4ece85c4b05148bb1f0e7ac303ac49545fa61732.tar.gz ports-4ece85c4b05148bb1f0e7ac303ac49545fa61732.zip |
- fix pkg-plist
Notes
Notes:
svn path=/head/; revision=123176
-rw-r--r-- | textproc/p5-WordNet-QueryData/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-QueryData/pkg-plist b/textproc/p5-WordNet-QueryData/pkg-plist index b8ff87554135..40c9bcd1c173 100644 --- a/textproc/p5-WordNet-QueryData/pkg-plist +++ b/textproc/p5-WordNet-QueryData/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/WordNet/QueryData.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData/.packlist +@unexec rmdir %D/%%SITE_PERL%%/WordNet 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/WordNet 2>/dev/null || true |