diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
commit | 8cee801716c19084440add72337db8c66fdecd77 (patch) | |
tree | eff16ffd0410f46348a273a219d189bfbe330a41 /print/cjk-lyx | |
parent | 1bf05cdb3721a1c6e8acf95c6b98d165ef7bff4c (diff) | |
download | pkgsrc-8cee801716c19084440add72337db8c66fdecd77.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 5c984ae6b99..4d5649d5229 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/05/29 23:14:10 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/21 17:16:18 martti Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} @@ -14,7 +14,7 @@ PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0 MAINTAINER= rxg@ms25.url.com.tw HOMEPAGE= http://cellular.phys.pusan.ac.kr/cjk.html -COMMENT= multibyte version of LyX +COMMENT= Multibyte version of LyX LYX_VERS= 1.2.0 |