pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua Use LOCALEBASE, PREFIX may be package specifi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fe95ff480f3
branches: trunk
changeset: 626027:8fe95ff480f3
user: obache <obache%pkgsrc.org@localhost>
date: Wed Oct 30 09:09:59 2013 +0000
description:
Use LOCALEBASE, PREFIX may be package specific one and different than lua.
diffstat:
lang/lua/application.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2a64cc97b5e1 -r 8fe95ff480f3 lang/lua/application.mk
--- a/lang/lua/application.mk Wed Oct 30 09:02:06 2013 +0000
+++ b/lang/lua/application.mk Wed Oct 30 09:09:59 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index