Add MAKE_ENV
PR: 42929 Submitted by: Thomas Hurst <freaky@aagh.net> Approved by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
This commit is contained in:
parent
0b11123e2b
commit
982af3464d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72753
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
|||
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||
|
||||
MAKE_ENV+= "APXS=${APXS}"
|
||||
ALL_TARGET= build
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
|||
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||
|
||||
MAKE_ENV+= "APXS=${APXS}"
|
||||
ALL_TARGET= build
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue