diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
commit | 0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /math/eispack | |
parent | 7ff153a552ed208bcb8c6492a42b161f05676a3f (diff) |
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)
Notes
Notes:
svn path=/head/; revision=363390
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index d251bf0fd246..57fe451ebfd3 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFINE= PROFILE IGNORE= you have defined WITH_PROFILE, but have also defined\ WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE .elif !exists(/usr/lib/libc_p.a) -IGNORE = you have chosen WITH_PROFILE, but have not installed the\ +IGNORE= you have chosen WITH_PROFILE, but have not installed the\ base system profiling libraries .endif PLIST_FILES+= lib/libeispack_p.a |