[Bug 194472] [new port] games/linux-unigine-heaven
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 16 15:28:38 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194472
--- Comment #6 from John Marino <marino at 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.
More information about the freebsd-ports-bugs
mailing list