diff options
author | dougb <dougb@FreeBSD.org> | 2004-01-05 06:42:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-01-05 06:42:08 +0800 |
commit | 604c3e4315cba66c0753b6bc2f9f43e24674cc29 (patch) | |
tree | 15a2648cf092cd54ef28ad6896a0d3c03ac64a45 /dns/p5-Net-DNS | |
parent | 02318be003a142125c4428e08118349deceb10ee (diff) | |
download | freebsd-ports-gnome-604c3e4315cba66c0753b6bc2f9f43e24674cc29.tar.gz freebsd-ports-gnome-604c3e4315cba66c0753b6bc2f9f43e24674cc29.tar.zst freebsd-ports-gnome-604c3e4315cba66c0753b6bc2f9f43e24674cc29.zip |
Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdir
lines. The error was masked by the conditionality, but mostly harmless
due to the fact that the directory is incredibly likely to be populated
anyway.
Submitted by: tobez
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index fa0ce284447f..277055922cee 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -56,5 +56,5 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Resolver @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |