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 | |
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')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/pkg-plist b/textproc/p5-Lingua-Stem-Snowball/pkg-plist index f551107b1d4b..d1f9a0e30d53 100644 --- a/textproc/p5-Lingua-Stem-Snowball/pkg-plist +++ b/textproc/p5-Lingua-Stem-Snowball/pkg-plist @@ -4,5 +4,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Lingua 2>/dev/null || true 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 |