diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-06 13:25:13 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-06 13:25:13 +0000 |
commit | 78bf782796aa17d49f5ebd85686db6dd3f146488 (patch) | |
tree | 9d6a5a9092f36723ebe2b7cc0cb2e7e8e244e33c /korean/htexp | |
parent | 519d34ef3d1886a2e1f18d0d5a88b0322e90f11d (diff) |
Style review in ports/korean.
Notes
Notes:
svn path=/head/; revision=38037
Diffstat (limited to 'korean/htexp')
-rw-r--r-- | korean/htexp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/htexp/Makefile b/korean/htexp/Makefile index 128e69363438..c49be96b11ec 100644 --- a/korean/htexp/Makefile +++ b/korean/htexp/Makefile @@ -15,7 +15,7 @@ DISTFILES= htexp-freebsd-3.2 tex.poo unpacked.tar.gz DIST_SUBDIR= htex EXTRACT_ONLY= unpacked.tar.gz -MAINTAINER= cjh@FreeBSD.org +MAINTAINER= cjh@FreeBSD.org # it depends teTeX. RUN_DEPENDS= virtex:${PORTSDIR}/print/teTeX @@ -25,7 +25,7 @@ TEXMF= ${PREFIX}/share/texmf .include <bsd.port.pre.mk> .if ${OSVERSION} < 320000 -BROKEN= "Systems prior to 3.2-RELEASE is out of support" +BROKEN= "Systems prior to 3.2-RELEASE is out of support" .endif .if ${OSVERSION} > 400000 && !exists(/usr/lib/compat/libc.so.3) |