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 | |
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')
-rw-r--r-- | dns/p5-DNS-Config/pkg-plist | 2 | ||||
-rw-r--r-- | dns/p5-DNS-Zone/pkg-plist | 2 | ||||
-rw-r--r-- | dns/p5-Tie-DNS/pkg-plist | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dns/p5-DNS-Config/pkg-plist b/dns/p5-DNS-Config/pkg-plist index b1ed00eae1f7..45abd59d304f 100644 --- a/dns/p5-DNS-Config/pkg-plist +++ b/dns/p5-DNS-Config/pkg-plist @@ -14,4 +14,4 @@ @dirrm %%SITE_PERL%%/DNS/Config/Statement @dirrm %%SITE_PERL%%/DNS/Config/File @dirrm %%SITE_PERL%%/DNS/Config -@unexec rmdir %D/%%SITE_PERL%%/DNS 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/DNS diff --git a/dns/p5-DNS-Zone/pkg-plist b/dns/p5-DNS-Zone/pkg-plist index 994ca3850915..781d1a1ce93f 100644 --- a/dns/p5-DNS-Zone/pkg-plist +++ b/dns/p5-DNS-Zone/pkg-plist @@ -9,4 +9,4 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DNS-Zone @dirrm %%SITE_PERL%%/DNS/Zone/File @dirrm %%SITE_PERL%%/DNS/Zone -@unexec rmdir %D/%%SITE_PERL%%/DNS 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/DNS 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 |