On 5/22/2013 4:27 PM, Rafael Sadowski wrote:
On Wed May 22, 2013 at 09:12:31PM +0100, Stuart Henderson wrote:
On 2013/05/22 22:04, Rafael Sadowski wrote:
SUBPACKAGE is not a user setting, it is *only* set by ports infrastructure
so that a port Makefile can "test for dependencies or ... adjust the package
name", see bsd.port.mk(5).
Thanks Stuart,
I understand, now. Then ports(7) MULTI_PACKAGES section is wrong.
It looks like you're not properly understanding the manpage (but maybe
it needs rewording).
What you are doing there is using make install as an alias do-all for
fetch through install (which includes things like build, fake, and
package). env SUBPACKAGE works *only* on install/deinstall. It works
here for my no problem (I just tried it out with games/freeciv).
~Brian