diff options
author | tobez <tobez@FreeBSD.org> | 2004-12-06 17:05:12 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-12-06 17:05:12 +0800 |
commit | b779dc47ee0e2d12f2ffdf107f46e10a823eb7f2 (patch) | |
tree | 130de5ece73ee498891baa53e039889e3bc37643 /textproc/p5-Regexp-Common | |
parent | 2f4ecd084227a214535e424b8e26a0eeb49cf787 (diff) | |
download | freebsd-ports-gnome-b779dc47ee0e2d12f2ffdf107f46e10a823eb7f2.tar.gz freebsd-ports-gnome-b779dc47ee0e2d12f2ffdf107f46e10a823eb7f2.tar.zst freebsd-ports-gnome-b779dc47ee0e2d12f2ffdf107f46e10a823eb7f2.zip |
Fix plist.
Noticed by: kris
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 |