diff options
author | obache <obache@pkgsrc.org> | 2013-10-30 09:09:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-30 09:09:59 +0000 |
commit | b045c5408252db42c74f9483a4850810ffcfc5cb (patch) | |
tree | 4887c602ef395052b265d84edcb822da532b976c /lang | |
parent | 0574b619935a760a7274fb61b0c6a0cea60f10cc (diff) | |
download | pkgsrc-b045c5408252db42c74f9483a4850810ffcfc5cb.tar.gz |
Use LOCALEBASE, PREFIX may be package specific one and different than lua.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/application.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/application.mk b/lang/lua/application.mk index b035f8f7dc1..eace97b1b23 100644 --- a/lang/lua/application.mk +++ b/lang/lua/application.mk @@ -1,4 +1,4 @@ -# $NetBSD: application.mk,v 1.2 2013/10/30 06:53:19 dholland Exp $ +# $NetBSD: application.mk,v 1.3 2013/10/30 09:09:59 obache Exp $ # # This makefile fragment is intended to be included by packages that # install Lua scripts. @@ -16,6 +16,6 @@ .if defined(REPLACE_LUA) REPLACE_INTERPRETER+= lua REPLACE.lua.old= .*lua -REPLACE.lua.new= ${PREFIX}/bin/lua +REPLACE.lua.new= ${LOCALBASE}/bin/lua REPLACE_FILES.lua= ${REPLACE_LUA} .endif |