mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Avoid make -C fixing build on FreeBSD 4.8 and older
- Expand CONFLICTS - Style PR: ports/73226 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
This commit is contained in:
parent
df96ba0a69
commit
a7ffb3b0d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120415
2 changed files with 11 additions and 3 deletions
|
@ -18,15 +18,14 @@ GNU_CONFIGURE= yes
|
|||
USE_PHP= yes
|
||||
USE_APACHE= yes
|
||||
WANT_PHP_CGI= yes
|
||||
CONFLICTS= mod_php4-4* php-4.*
|
||||
CONFLICTS= mod_php4-4* php-4.* mod_php5-5* php-5.*
|
||||
|
||||
WITH_LOGFILE?= /var/log/suphp.log
|
||||
PHP_PATH?= ${LOCALBASE}/bin/php
|
||||
MIN_UID?= 80
|
||||
MIN_GID?= 80
|
||||
WITH_SETID_MODE?= owner
|
||||
MYPORTDOCS= apache/CONFIG apache/INSTALL apache/README apache/LICENSE \
|
||||
LICENSE INSTALL README
|
||||
MYPORTDOCS= apache/CONFIG apache/INSTALL apache/README apache/LICENSE LICENSE INSTALL README
|
||||
LANG= en de
|
||||
|
||||
CONFIGURE_ARGS+= --with-php=${PHP_PATH} \
|
||||
|
|
9
www/suphp/files/patch-Makefile.in
Normal file
9
www/suphp/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- Makefile.in.orig Tue Jul 13 02:43:40 2004
|
||||
+++ Makefile.in Wed Oct 27 23:10:27 2004
|
||||
@@ -17,5 +17,5 @@
|
||||
srcdir='$(srcdir)'
|
||||
|
||||
all install clean:
|
||||
- @$(MAKE) $(MAKEDEFS) -C src $@
|
||||
+ cd src && $(MAKE) $(MAKEDEFS) $@
|
||||
|
Loading…
Add table
Reference in a new issue