diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-06 04:14:19 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-06 04:14:19 +0800 |
commit | d5e3f80b1535ccd8dc295ee221aa1e8bf2049337 (patch) | |
tree | a03008b86d205169f103c595073f58451a97c9e3 /dns | |
parent | 687ff2b157dc485084583bce120306eaeba3d1b0 (diff) | |
download | freebsd-ports-gnome-d5e3f80b1535ccd8dc295ee221aa1e8bf2049337.tar.gz freebsd-ports-gnome-d5e3f80b1535ccd8dc295ee221aa1e8bf2049337.tar.zst freebsd-ports-gnome-d5e3f80b1535ccd8dc295ee221aa1e8bf2049337.zip |
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.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fpdns/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |