diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-06 21:24:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-06 21:24:16 +0800 |
commit | eb5171f8c287d6112fd848aa45ba5cd62146424f (patch) | |
tree | 315941c97c44ce749b27ff97a61f2ddee6d681be /math/petsc/Makefile | |
parent | 6dd1a757f75a12b8ab6176bf3adc9b938a3b3297 (diff) | |
download | freebsd-ports-graphics-eb5171f8c287d6112fd848aa45ba5cd62146424f.tar.gz freebsd-ports-graphics-eb5171f8c287d6112fd848aa45ba5cd62146424f.tar.zst freebsd-ports-graphics-eb5171f8c287d6112fd848aa45ba5cd62146424f.zip |
Teach bmake to support FreeBSD-6.
Reported by: Kris via pointyhat.
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r-- | math/petsc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index abdad8819c9..dce7d735ae1 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -203,12 +203,13 @@ pre-everything:: @${ECHO_MSG} pre-configure: - @${REINPLACE_CMD} -e "s|AMD/Include|include/AMD|" \ - -e "s|AMD/Lib|${LOCALBASE}/lib|" \ + @${RM} ${WRKSRC}/bmake/common/rules.shared.basic.orig \ + ${WRKSRC}/bmake/common/variables.orig + @${REINPLACE_CMD} -e "s|AMD/Include|include/AMD|" \ + -e "s|AMD/Lib|${LOCALBASE}/lib|" \ ${WRKSRC}/python/PETSc/packages/Umfpack.py post-install: - @${RM} ${PREFIX}/${PFX}/bmake/common/variables.orig ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bin ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bin ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bmake |