diff options
author | nork <nork@FreeBSD.org> | 2003-07-28 13:56:30 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-28 13:56:30 +0800 |
commit | 2d307c3a2297988029c2a834baec28ca35230bbc (patch) | |
tree | 321c37f14f58c4ca6c6e3b7eadc5db7705280ed0 /print | |
parent | 604f190eb5cf7b953b93409eee54769e9c8f8325 (diff) | |
download | freebsd-ports-gnome-2d307c3a2297988029c2a834baec28ca35230bbc.tar.gz freebsd-ports-gnome-2d307c3a2297988029c2a834baec28ca35230bbc.tar.zst freebsd-ports-gnome-2d307c3a2297988029c2a834baec28ca35230bbc.zip |
Fix COMMENT.
PR: ports/52052
Submitted by: Ports Fury
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 4 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile.common | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index b2c4ae1649f6..025a7b0dfc23 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -7,7 +7,7 @@ DISTNAME= # nonexistent DISTFILES= # empty MAINTAINER?= mita@FreeBSD.org -COMMENT?= GNU ghostscript with Japanese Font support +COMMENT?= GNU ghostscript with CJK font support RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps @@ -26,12 +26,14 @@ RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_s PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" .if defined(JPNFONT) CATEGORIES:= japanese ${CATEGORIES} +COMMENT= GNU ghostscript with Japanese font support PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} +COMMENT= GNU ghostscript with Korean font support PKGNAMEPREFIX= ko- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-korfont RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/fonts/Munhwa-Bold:${PORTSDIR}/korean/munhwafonts-cid diff --git a/print/ghostscript7-commfont/Makefile.common b/print/ghostscript7-commfont/Makefile.common index b2c4ae1649f6..025a7b0dfc23 100644 --- a/print/ghostscript7-commfont/Makefile.common +++ b/print/ghostscript7-commfont/Makefile.common @@ -7,7 +7,7 @@ DISTNAME= # nonexistent DISTFILES= # empty MAINTAINER?= mita@FreeBSD.org -COMMENT?= GNU ghostscript with Japanese Font support +COMMENT?= GNU ghostscript with CJK font support RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps @@ -26,12 +26,14 @@ RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_s PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" .if defined(JPNFONT) CATEGORIES:= japanese ${CATEGORIES} +COMMENT= GNU ghostscript with Japanese font support PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} +COMMENT= GNU ghostscript with Korean font support PKGNAMEPREFIX= ko- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-korfont RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/fonts/Munhwa-Bold:${PORTSDIR}/korean/munhwafonts-cid |