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 /korean | |
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 'korean')
-rw-r--r-- | korean/baekmukfonts-bdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/baekmukfonts-bdf/Makefile b/korean/baekmukfonts-bdf/Makefile index bcd265c751c0..b564bc239d86 100644 --- a/korean/baekmukfonts-bdf/Makefile +++ b/korean/baekmukfonts-bdf/Makefile @@ -29,7 +29,7 @@ FONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \ gulim16b gulim18 gulim18b gulim20 gulim20b gulim24 gulim24b \ hline10 hline12 hline14 hline16 hline18 hline20 hline24 -FONTLIST_MANUAL = batang10 batang10b gulim10 gulim10b +FONTLIST_MANUAL= batang10 batang10b gulim10 gulim10b BDFTOPCF= ${PREFIX}/bin/bdftopcf MKFONTDIR= ${PREFIX}/bin/mkfontdir |