diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 16:55:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 16:55:52 +0000 |
commit | 5026928fbafd8ad18d16caeb55bf6f1af93df053 (patch) | |
tree | ee533042feb093e7f6f163cd59ac1d09e7e93d9b /chinese/acroread-chsfont | |
parent | 1fa5be246bc34d4598e834839fb732debaff6709 (diff) | |
download | ports-5026928fbafd8ad18d16caeb55bf6f1af93df053.tar.gz ports-5026928fbafd8ad18d16caeb55bf6f1af93df053.zip |
Cosmetic. Set their categories right.
print/acroread-commfont:
- Use CATEGORIES+= to follow after a slave's lang-specific category.
{chinese,japanese,korean}/acroread-*font:
- Set only the lang-specific category for each.
Notes
Notes:
svn path=/head/; revision=27530
Diffstat (limited to 'chinese/acroread-chsfont')
-rw-r--r-- | chinese/acroread-chsfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/acroread-chsfont/Makefile b/chinese/acroread-chsfont/Makefile index 0903983140a5..02e4a88681d7 100644 --- a/chinese/acroread-chsfont/Makefile +++ b/chinese/acroread-chsfont/Makefile @@ -6,7 +6,7 @@ # DISTNAME= chsfont -CATEGORIES= chinese linux +CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont |