- fix typo in do-install s/SENTENV/SETENV/

Until now ${SETENV} is empty so the fix does not
  affect the result. (no MFH)

Submitted by:	John Hein
Approved by:	lev@ (implicit)
This commit is contained in:
Olli Hauer 2016-01-17 15:01:34 +00:00
parent 6b63624ba3
commit f2d98fe822
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406512

View file

@ -39,7 +39,7 @@ do-build:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS})
do-install:
@(cd ${WRKSRC} && ${SENTENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
post-patch:
@${REINPLACE_CMD} -E \