Use proper MAKE_CMD and MAKE_ENV
This commit is contained in:
parent
70f863c983
commit
9de03add24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381975
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ post-patch:
|
|||
@${ECHO_CMD} "${LOCALBASE}" > ${WRKSRC}/conf-ucspi-tcp
|
||||
|
||||
pre-build:
|
||||
@(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini)
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
|
||||
djbdns=${DJBDNS_NAME} -f Makefile.ini)
|
||||
|
||||
# Do a dance to stage and keep out of resulting binaries (see r346769
|
||||
# and r349241)
|
||||
|
|
Loading…
Reference in a new issue