mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f12d3a0ccb
- remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me).
10 lines
300 B
JavaScript
10 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)
|