diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-07 15:39:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-07 15:39:48 +0000 |
commit | 272c8e1e88787eb80021c8ccbc152f6f82e28ac1 (patch) | |
tree | 20d85ae352b29e564d36beec69b6f6727dd5128b /math/linpack | |
parent | 81d30824d1e70dbd78af36dcc3c930a9487ec4ba (diff) | |
download | ports-272c8e1e88787eb80021c8ccbc152f6f82e28ac1.tar.gz ports-272c8e1e88787eb80021c8ccbc152f6f82e28ac1.zip |
Notes
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index cdd5396b0052..6c648320cfac 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -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 |