diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-04-04 21:57:43 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-04-04 21:57:43 +0000 |
commit | 6bbf95381a952555e362f407bc883e9ac0b3a55c (patch) | |
tree | 77b95c779f40c1fb9ddbb16aa3c5db5751a617ca /japanese/hex | |
parent | 10e6db6495ac35703d346f379aa74f4d7382ce09 (diff) | |
download | ports-6bbf95381a952555e362f407bc883e9ac0b3a55c.tar.gz ports-6bbf95381a952555e362f407bc883e9ac0b3a55c.zip |
Notes
Diffstat (limited to 'japanese/hex')
-rw-r--r-- | japanese/hex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index b522b9956014..41e1c43cdb4a 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 5, 1996 # Whom: IMAMURA Tomoaki (yu@pastel.club.or.jp) # -# $Id: Makefile,v 1.4 1998/04/04 21:50:54 max Exp $ +# $Id: Makefile,v 1.5 1998/04/04 21:54:57 max Exp $ # DISTNAME= hex203 @@ -20,6 +20,6 @@ MTREE_FILE?= /etc/mtree/BSD.local.dist ALL_TARGET= hex MAN1= hex.1 MANCOMPRESSED= yes -MANLANG= ja +MANLANG= ja_JP.EUC .include <bsd.port.mk> |