openbsd-ports/www/cgilua/patches/patch-launcher_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
407 B
Plaintext

$OpenBSD: patch-launcher_Makefile,v 1.1.1.1 2005/05/25 06:11:00 jolan Exp $
--- launcher/Makefile.orig Sun May 15 12:25:18 2005
+++ launcher/Makefile Sun May 15 12:25:28 2005
@@ -5,7 +5,7 @@ T= launcher
include ../config
cgi cgiinstall:
- cd _cgi; export COMPAT_DIR="../$(COMPAT_DIR)"; make -e $@
+ cd _cgi; make -e $@
fcgi fcgiinstall:
cd fastcgi; export COMPAT_DIR="../$(COMPAT_DIR)"; make -e $@