diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:59 +0000 |
commit | 6a6fc417f84a1a73bec7a331fb8a9188ae9c0cb2 (patch) | |
tree | 671cdb352820027d4b00a45a1226d7a4d93c8ab6 /chinese | |
parent | efd3830f38faa0eca31dabfbd2ce708b6c45263a (diff) | |
download | ports-6a6fc417f84a1a73bec7a331fb8a9188ae9c0cb2.tar.gz ports-6a6fc417f84a1a73bec7a331fb8a9188ae9c0cb2.zip |
Correct whitespace in previous
Notes
Notes:
svn path=/head/; revision=91380
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> |