diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
commit | c72ea155ce5ee61e1ebe83465bb4b4e98569ada8 (patch) | |
tree | 513f8f29c9e592d4fa9b7ae95575a2d440a53dac /math/scalapack | |
parent | - Fix a braino from marcuscom's rev 1.31 of this file (diff) |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=108577
Diffstat (limited to 'math/scalapack')
-rw-r--r-- | math/scalapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index fb73fb42077d..1a1cea41ad95 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.netlib.org/scalapack/ DISTNAME= SCALAPACK DISTFILES= scalapack.tgz manpages.tgz .if !defined(NOPORTDOCS) -DISTFILES+= scalapack_install.ps scalapackqref.ps \ +DISTFILES+= scalapack_install.ps scalapackqref.ps \ lawn100.ps pblasqref.ps manual.ps design.ps \ pumma_refmanual.ps trans.ps .endif @@ -30,7 +30,7 @@ LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas F77?= f77 -USE_REINPLACE= yes +USE_REINPLACE= yes .include "files/manpages" |