mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Make port recognize PHP4_OPTIONS for non-interactive configuration
- PHP4_OPTIONS added to enviroment local slave ports can now set: BATCH=yes PKGNAMESUFFIX=-pgsql PHP4_OPTIONS= \"zlib\" \"PostgreSQL\" \"OpenLDAP1\" \"OpenSSL\" MASTERDIR= /usr/ports/www/mod_php4 .include "${MASTERDIR}/Makefile" Approved by: dirk
This commit is contained in:
parent
3b279dc8e4
commit
291941b4e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52803
@ -62,6 +62,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
||||
TOUCH="${TOUCH}" \
|
||||
MKDIR="${MKDIR}" \
|
||||
CAT="${CAT}" \
|
||||
PHP4_OPTIONS="${PHP4_OPTIONS}" \
|
||||
REALCURDIR="${.CURDIR}"
|
||||
|
||||
AP_LIBEXEC= ${PREFIX}/libexec/apache
|
||||
|
@ -62,6 +62,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
||||
TOUCH="${TOUCH}" \
|
||||
MKDIR="${MKDIR}" \
|
||||
CAT="${CAT}" \
|
||||
PHP4_OPTIONS="${PHP4_OPTIONS}" \
|
||||
REALCURDIR="${.CURDIR}"
|
||||
|
||||
AP_LIBEXEC= ${PREFIX}/libexec/apache
|
||||
|
Loading…
Reference in New Issue
Block a user