diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 04:55:27 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 04:55:27 +0800 |
commit | 6e2aad917a910e4c9643742f0e3b63542d308c92 (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /math/linpack | |
parent | 10855e657209b37241ebdc2480c278b3cc8dfe58 (diff) | |
download | freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.tar.gz freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.tar.zst freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.zip |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index d7b3e6c81c77..8a2b97ceadc7 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -22,7 +22,7 @@ USE_LDCONFIG= yes DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes -SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \ +SRCS= cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \ cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f \ chisl.f chpco.f chpdi.f chpfa.f chpsl.f cmach.f cpbco.f cpbdi.f \ cpbfa.f cpbsl.f cpoco.f cpodi.f cpofa.f cposl.f cppco.f cppdi.f \ |