aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-DNS
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-01-05 06:42:08 +0800
committerdougb <dougb@FreeBSD.org>2004-01-05 06:42:08 +0800
commit604c3e4315cba66c0753b6bc2f9f43e24674cc29 (patch)
tree15a2648cf092cd54ef28ad6896a0d3c03ac64a45 /dns/p5-Net-DNS
parent02318be003a142125c4428e08118349deceb10ee (diff)
downloadfreebsd-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-plist2
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