cvs commit: ports/Mk bsd.lua.mk

Alejandro Pulver alepulver at FreeBSD.org
Sat Feb 9 15:11:52 PST 2008


alepulver    2008-02-09 23:11:51 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.lua.mk 
  Log:
  - Change LUA_PREFIX default value from LOCALBASE to PREFIX.
  
  Actually the Lua prefix should be recorded on each port and read from there
  (as with "*-config --prefix" scripts), instead of this assumption. But
  supporting PREFIX is a requirement, while supporting different custom
  combinations of a general PREFIX for dependencies and a different PREFIX for a
  specific port is not. Also the latter could be achieved by changing LOCALBASE
  too, or directly modifying LUA_PREFIX in this case.
  
  PR:             ports/120277
  Submitted by:   Hirohisa Yamaguchi <umq at ueo.co.jp>
  
  Revision  Changes    Path
  1.15      +2 -2      ports/Mk/bsd.lua.mk


More information about the cvs-ports mailing list