mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
9 lines
300 B
JavaScript
9 lines
300 B
JavaScript
--- sapi/cgi/Makefile.frag.orig Wed May 3 10:09:02 2006
|
|
+++ sapi/cgi/Makefile.frag Wed May 3 10:08:54 2006
|
|
@@ -1,2 +1,5 @@
|
|
-$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
|
|
+$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CGI_OBJS)
|
|
$(BUILD_CGI)
|
|
+
|
|
+install-cgi: $(SAPI_CGI_PATH)
|
|
+ @$(INSTALL_CGI)
|