openbsd-ports/www/cgilua/patches/patch-launcher__cgi_Makefile
jolan 21e4ac6895 cgilua-5.0b2, cgi tool for the lua language
from pedro@ who can't be bothered to import his own ports
2005-05-25 06:11:00 +00:00

13 lines
441 B
Plaintext

$OpenBSD: patch-launcher__cgi_Makefile,v 1.1.1.1 2005/05/25 06:11:00 jolan Exp $
--- launcher/_cgi/Makefile.orig Wed Dec 22 17:31:19 2004
+++ launcher/_cgi/Makefile Sun May 15 12:23:26 2005
@@ -20,7 +20,7 @@ $T: $(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
$(CL): $(CT)
- sed -e "s|LUA_DIR|$(LUA_DIR)|" -e "s|LUA_LIBDIR|$(LUA_LIBDIR)|" -e "s|LIB_EXT|$(LIB_EXT)|g" $(CT) > $(CL)
+ mv $(CT) $(CL)
$(CGIC): $(CL)
$(LUAC) -o $@ $(CL)