Date: Thu, 05 Feb 2015 17:02:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197323] www/deforaos-surfer : Update to 0.2.7 (and fix break) Message-ID: <bug-197323-13-9WEmunRAgd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197323-13@https.bugs.freebsd.org/bugzilla/> References: <bug-197323-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197323 --- Comment #14 from John Marino <marino@FreeBSD.org> --- This was almost fine. All these lines are very likely wrong: @dir share/icons/hicolor/24x24/apps @dir share/icons/hicolor/24x24 @dir share/icons/hicolor/16x16/apps @dir share/icons/hicolor/16x16 @dir share/icons/hicolor @dir share/icons The error message you probably saw wanted you to *remove* the @dirrmtry lines, not replace them with @dir. @dir is not a new name for @dirrm; it has a specific use and I don't think you are hitting that here. Please remove all these lines from pkg-plist and verify via poudriere that it still passes as expected. It's the only issue I see with the current patch. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197323-13-9WEmunRAgd>