diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 09:31:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 09:31:59 +0800 |
commit | f4e0e91467bb7838d93157eb0db1167e777e6cdf (patch) | |
tree | c28ea2ac7f72b7dc0f6f23a22c5340315c68d303 /chinese | |
parent | da8461ff2ec762292299f15fc11acb1c8964991e (diff) | |
download | freebsd-ports-gnome-f4e0e91467bb7838d93157eb0db1167e777e6cdf.tar.gz freebsd-ports-gnome-f4e0e91467bb7838d93157eb0db1167e777e6cdf.tar.zst freebsd-ports-gnome-f4e0e91467bb7838d93157eb0db1167e777e6cdf.zip |
Correct whitespace in previous
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xsim/Makefile | 2 | ||||
-rw-r--r-- | chinese/zhcon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index 20eb920c1c7f..be1c4fa97290 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-cn-locale=EUC .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif post-patch: diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 8309b082aba0..bce7d6040593 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -30,7 +30,7 @@ MAN1= zhcon.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif .include <bsd.port.post.mk> |