From 4ca95f53cf313ba47fa46f53dca4ac8a052d6d06 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 3 May 2006 12:37:03 +0000 Subject: [PATCH] - Connect lang/lua50 after repocopy from lang/lua Repocopy by: marcus --- lang/Makefile | 1 + lang/lua50/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/Makefile b/lang/Makefile index d6b8e665c256..00fb3ce50c19 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -135,6 +135,7 @@ SUBDIR += lua SUBDIR += lua-mode.el SUBDIR += lua4 + SUBDIR += lua50 SUBDIR += lush SUBDIR += maude SUBDIR += mawk diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index ca222ac39f8d..1116c58815df 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= http://www.lua.org/ftp/ \ MAINTAINER= him@richardkiss.com COMMENT= Small, compilable scripting language providing easy access to C code -USE_REINPLACE= yes +LATEST_LINK= lua50 MAN1= lua.1 luac.1 ALL_TARGET= all so INSTALL_TARGET= install soinstall