diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-08 07:19:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-08 07:19:57 +0000 |
commit | 64530fe7b38848da207ef372cfb05283df689e0a (patch) | |
tree | f3586afd852bb9c1d6e2643cd464eaa099282065 /devel/p5-Time | |
parent | Delete two directories upon deinstallation. (diff) |
Change @dirrm to @unexec rmdir -- this directory is shared with other ports.
Diffstat (limited to 'devel/p5-Time')
-rw-r--r-- | devel/p5-Time/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Time/pkg-plist b/devel/p5-Time/pkg-plist index a36a593361fd..b45db9884a09 100644 --- a/devel/p5-Time/pkg-plist +++ b/devel/p5-Time/pkg-plist @@ -5,4 +5,4 @@ lib/perl5/site_perl/%%PERL_VER%%/Time/ParseDate.pm lib/perl5/site_perl/%%PERL_VER%%/Time/Timezone.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Time +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Time 2>/dev/null || true |