diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-12-06 09:05:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-12-06 09:05:12 +0000 |
commit | df3e3d8ba19b078b99625d3d620b48fc419d9601 (patch) | |
tree | 33b9e8189c40ae394ea3cc94f854d6fbe64c7e69 /textproc/p5-Regexp-Common | |
parent | 7ecbdced63a35940510abede3eaa6745a443e0e7 (diff) | |
download | ports-df3e3d8ba19b078b99625d3d620b48fc419d9601.tar.gz ports-df3e3d8ba19b078b99625d3d620b48fc419d9601.zip |
Fix plist.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=123289
Diffstat (limited to 'textproc/p5-Regexp-Common')
-rw-r--r-- | textproc/p5-Regexp-Common/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Regexp-Common/pkg-plist b/textproc/p5-Regexp-Common/pkg-plist index 6e1d5934f99a..c516867e12ab 100644 --- a/textproc/p5-Regexp-Common/pkg-plist +++ b/textproc/p5-Regexp-Common/pkg-plist @@ -31,7 +31,7 @@ %%SITE_PERL%%/Regexp/Common/profanity.pm %%SITE_PERL%%/Regexp/Common.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Common -@unexec rmdir %D/%%SITE_PERL%%/i386-freebsd/auto/Regexp 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true @dirrm %%SITE_PERL%%/Regexp/Common/URI @dirrm %%SITE_PERL%%/Regexp/Common @unexec rmdir %D/%%SITE_PERL%%/Regexp 2>/dev/null || true |