diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 08:30:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 08:30:24 +0800 |
commit | 4641db250c7a1dcd726198ef0b39d41ec62705d1 (patch) | |
tree | afd2e16b100ce0ceaaea290c2dd48edb9d52154e /dns/p5-Tie-DNS | |
parent | af48ddd7a913664262c3da6a6a140a2873659925 (diff) | |
download | freebsd-ports-gnome-4641db250c7a1dcd726198ef0b39d41ec62705d1.tar.gz freebsd-ports-gnome-4641db250c7a1dcd726198ef0b39d41ec62705d1.tar.zst freebsd-ports-gnome-4641db250c7a1dcd726198ef0b39d41ec62705d1.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'dns/p5-Tie-DNS')
-rw-r--r-- | dns/p5-Tie-DNS/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Tie-DNS/pkg-plist b/dns/p5-Tie-DNS/pkg-plist index fab71504d04d..0073ed6e5a77 100644 --- a/dns/p5-Tie-DNS/pkg-plist +++ b/dns/p5-Tie-DNS/pkg-plist @@ -7,7 +7,7 @@ %%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl %%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl %%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl -@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Tie +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie %%PORTDOCS%%@unexec rmdir %D/share/examples/p5-Tie-DNS 2>/dev/null || true |