From d5e3f80b1535ccd8dc295ee221aa1e8bf2049337 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 5 Dec 2009 20:14:19 +0000 Subject: If you install the port it creates an empty directory which is not packaged. Subsequently installing the package will result in a plist entry to remove a directory that does not exist So, change @dirrm to @dirrmtry to make them both happy. --- dns/fpdns/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns') diff --git a/dns/fpdns/pkg-plist b/dns/fpdns/pkg-plist index 646cf9f71f09..0eb49dda46f5 100644 --- a/dns/fpdns/pkg-plist +++ b/dns/fpdns/pkg-plist @@ -1,4 +1,4 @@ bin/fpdns %%SITE_PERL%%/Net/DNS/Fingerprint.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint @dirrm %%SITE_PERL%%/Net/DNS -- cgit