diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-04-07 00:09:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-04-07 00:09:33 +0000 |
commit | 85fde95941b73194153fb93508a71f098b2af51f (patch) | |
tree | f514bee15ee0efee970fdea1a7bd6b4b875cd1ed /math/lapack | |
parent | a4022b305eadd6414953156e0959c0978f6d7d3d (diff) |
Notes
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 0b724908f1cb..858f65cf4e2c 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -48,9 +48,7 @@ pre-fetch: @${ECHO} "Set ENABLE_TESTING to YES to enable testing and timing." .endif -.if !defined(NOPORTDOCS) .include "${FILESDIR}/manpages" -.endif post-patch: @${CP} ${WRKSRC}/INSTALL/make.inc.gfortran ${WRKSRC}/make.inc |