mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
${MAKE_ENV} already included FC and F77 with USE_FORTRAN; omit duplication.
This commit is contained in:
parent
81d30824d1
commit
272c8e1e88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227761
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ do-extract:
|
|||
.endfor
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} ; ${SETENV} "FC=${FC}" "F77=${F77}" ${MAKE_ENV} ${MAKE}
|
||||
cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE}
|
||||
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue