From 8a12b24bde5becadb430f2f9dc551d560a148c8d Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 7 Apr 2008 00:09:33 +0000 Subject: Fix NOPORTDOCS. (per Porter's Handbook 5.14.4). PR: 122440 Submitted by: rafan --- math/lapack/Makefile | 2 -- 1 file changed, 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 -- cgit