diff options
author | erwin <erwin@FreeBSD.org> | 2004-04-15 03:38:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-04-15 03:38:45 +0800 |
commit | e1c5000af5bbd0d68c144bb611d35979d0b1177c (patch) | |
tree | d9ffb365dc9eb5935c1794dbff57198e992f7222 | |
parent | 38c381eda500e93346cb76e7bc7d0f46536ce221 (diff) | |
download | freebsd-ports-gnome-e1c5000af5bbd0d68c144bb611d35979d0b1177c.tar.gz freebsd-ports-gnome-e1c5000af5bbd0d68c144bb611d35979d0b1177c.tar.zst freebsd-ports-gnome-e1c5000af5bbd0d68c144bb611d35979d0b1177c.zip |
Don't hardcode PERL_ARCH and SITE_PERL
Submitted by: dosirak
-rw-r--r-- | textproc/p5-Text-CSV/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Text-CSV/pkg-plist b/textproc/p5-Text-CSV/pkg-plist index adb60f3c722c..884dc486ee10 100644 --- a/textproc/p5-Text-CSV/pkg-plist +++ b/textproc/p5-Text-CSV/pkg-plist @@ -10,8 +10,8 @@ %%SITE_PERL%%/auto/Text/CSV/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV/.packlist %%SITE_PERL%%/Text/CSV.pm -@dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text/CSV -@dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text -@dirrm lib/perl5/site_perl/5.6.0/auto/Text/CSV -@dirrm lib/perl5/site_perl/5.6.0/auto/Text -@dirrm lib/perl5/site_perl/5.6.0/Text +@dirrm %%SITE_PERL%%/auto/Text/CSV +@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |