summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/pkg-plist
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-01-04 22:42:08 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-01-04 22:42:08 +0000
commitd6426ee1f5a6bad617917333bf272134231448da (patch)
treeaa992ad044a5d9de289e5858ce5d6882c93a3b63 /dns/p5-Net-DNS/pkg-plist
parent- Update to 0.9.7 (diff)
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
Notes
Notes: svn path=/head/; revision=97301
Diffstat (limited to '')
-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