Date: Mon, 16 Mar 2015 15:28:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194472] [new port] games/linux-unigine-heaven Message-ID: <bug-194472-13-v0KQQ1K2P1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194472-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194472-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=194472 --- Comment #6 from John Marino <marino@FreeBSD.org> --- It looks pretty good! See /usr/ports/CHANGES entry 20140922 for @dir keyword specifically, the portlint error wants you to change: %%DATADIR%%/bin/browser_x64 %%DATADIR%%/bin/browser_x86 %%DATADIR%%/bin/heaven_x64 %%DATADIR%%/bin/heaven_x86 to @(,,755) %%DATADIR%%/bin/browser_x64 @(,,755) %%DATADIR%%/bin/browser_x86 @(,,755) %%DATADIR%%/bin/heaven_x64 @(,,755) %%DATADIR%%/bin/heaven_x86 or @mode 755 %%DATADIR%%/bin/browser_x64 %%DATADIR%%/bin/browser_x86 %%DATADIR%%/bin/heaven_x64 %%DATADIR%%/bin/heaven_x86 @mode However, what you have is probably acceptable as well. Normally you'd use INSTALL_PROGRAM but in this case you didn't get a chance due to the COPYSHARE_TREE command. I'd say try the first one and see if that does the correct thing and makes portlint happy. If it does, submit a new shar and I'll promote it. -- 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-194472-13-v0KQQ1K2P1>