Created attachment 150424 [details] Diff to remove the bad line. pkg-plist has that line at the end: @unexec rm -fr /var/run/unbound which means that overtime you upgrade the package, you lose unbound.pid for the currently running binary.
Auto-assigned to maintainer sem@FreeBSD.org
I don't agree with the patch. I'll change @exec rm... with @dirrmtry macro.
OK. I see it's obsolated. So you're right, I'll remove the line.
Thanks
A commit references this bug: Author: sem Date: Wed Dec 10 13:44:52 UTC 2014 New revision: 374456 URL: https://svnweb.freebsd.org/changeset/ports/374456 Log: - Do not remove /var/run/unbound for smooth upgrading. PR: 195846 Submitted by: roberto Changes: head/dns/unbound/Makefile head/dns/unbound/pkg-plist