diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-04-04 21:54:57 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-04-04 21:54:57 +0000 |
commit | 10e6db6495ac35703d346f379aa74f4d7382ce09 (patch) | |
tree | b0b0690d42f0eb0f4877a65bec2c8604e984329f /japanese/hex | |
parent | 507435e8923116a8d04e61f1c3186f9a768e6ef7 (diff) | |
download | ports-10e6db6495ac35703d346f379aa74f4d7382ce09.tar.gz ports-10e6db6495ac35703d346f379aa74f4d7382ce09.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 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> |