summaryrefslogtreecommitdiff
path: root/japanese/hex
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:54:57 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-04-04 21:54:57 +0000
commit10e6db6495ac35703d346f379aa74f4d7382ce09 (patch)
treeb0b0690d42f0eb0f4877a65bec2c8604e984329f /japanese/hex
parentProperly define MAN1 and MANCOMPRESSED. (diff)
This is a null commit to state that the previous commit also added
MTREE_FILE=/etc/mtree/BSD.local.dist so that BSD.x11.dist isn't used.
Notes
Notes: svn path=/head/; revision=10423
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 fe192f8d9e82..b522b9956014 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.3 1997/11/16 09:25:46 fenner Exp $
+# $Id: Makefile,v 1.4 1998/04/04 21:50:54 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_JP.EUC
+MANLANG= ja
.include <bsd.port.mk>