diff options
author | max <max@FreeBSD.org> | 1998-04-05 05:54:57 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-04-05 05:54:57 +0800 |
commit | fc9a971cdd483e146050af05ad0915c49b097c95 (patch) | |
tree | f8e3d1743bbc6df1c3bc7dad07e3321afaffbae4 /japanese | |
parent | 32244c05602e4c339709d429a0923bc00787e236 (diff) | |
download | freebsd-ports-gnome-fc9a971cdd483e146050af05ad0915c49b097c95.tar.gz freebsd-ports-gnome-fc9a971cdd483e146050af05ad0915c49b097c95.tar.zst freebsd-ports-gnome-fc9a971cdd483e146050af05ad0915c49b097c95.zip |
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.
Diffstat (limited to 'japanese')
-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> |