mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Clarify effect of __MAKE_CONF change, and point to Wiki URL (in a comment).
This commit is contained in:
parent
712c99ec36
commit
9fed1da798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294780
@ -27,6 +27,9 @@ MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
|
||||
# Overriding __MAKE_CONF makes sure that we don't re-parse
|
||||
# /etc/make.conf during do-build, which would jeopardize the build
|
||||
# if, for instance, the user set CFLAGS=mumble
|
||||
# NOTE: /etc/make.conf is read BEFORE Makefile, so we already
|
||||
# have its settings when we get here.
|
||||
# See http://wiki.freebsd.org/MatthiasAndree/LuaLessonsLearnt
|
||||
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
|
||||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
|
Loading…
Reference in New Issue
Block a user