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 | |
| parent | - Update to version 1.0.2 [1][2][3] (diff) | |
Fix NOPORTDOCS. (per Porter's Handbook 5.14.4).
PR:		122440
Submitted by:	rafan
Diffstat (limited to 'math')
| -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  | 
