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 /editors/lazarus-lcl-units/Makefile | |
parent | 7ff153a552ed208bcb8c6492a42b161f05676a3f (diff) | |
download | ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.tar.gz ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.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)
Notes
Notes:
svn path=/head/; revision=363390
Diffstat (limited to 'editors/lazarus-lcl-units/Makefile')
-rw-r--r-- | editors/lazarus-lcl-units/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile index 75013b49ff51..c2ca47f6219a 100644 --- a/editors/lazarus-lcl-units/Makefile +++ b/editors/lazarus-lcl-units/Makefile @@ -12,5 +12,6 @@ LCL_INTERFACE= # MASTERDIR= ${.CURDIR}/../../editors/lazarus -OPT = "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include" +OPT= "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include" + .include "${MASTERDIR}/Makefile" |