summaryrefslogtreecommitdiff
path: root/japanese/hex
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:57:43 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:57:43 +0000
commit6bbf95381a952555e362f407bc883e9ac0b3a55c (patch)
tree77b95c779f40c1fb9ddbb16aa3c5db5751a617ca /japanese/hex
parentThis is a null commit to state that the previous commit also added (diff)
Damn, last commit wasn't null commit.
Back out what went in accidentally by the previous commit.
Notes
Notes: svn path=/head/; revision=10424
Diffstat (limited to 'japanese/hex')
-rw-r--r--japanese/hex/Makefile4
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>