diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 16:41:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 16:41:38 +0800 |
commit | 968fd844cc45ec0519541307bf55e37578209d8c (patch) | |
tree | a236a2506d30a2a50fb87768a35406386dc58de1 | |
parent | 9658cb8007497d791f0046f27c496b816ceff616 (diff) | |
download | freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.tar.gz freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.tar.zst freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.zip |
Enable multilingual nvi ports. (Note the Korean versions were already
included in the port Makefile import.)
-rw-r--r-- | chinese/Makefile | 4 | ||||
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | japanese/Makefile | 5 |
3 files changed, 9 insertions, 3 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 22aba048278e..cf9303f108db 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/02/11 04:46:54 obrien Exp $ +# $Id: Makefile,v 1.8 1997/02/16 01:15:53 obrien Exp $ # SUBDIR += Wnn @@ -11,5 +11,7 @@ SUBDIR += gbscript SUBDIR += hc SUBDIR += lunar + SUBDIR += nvi-big5 + SUBDIR += nvi-euc-cn .include <bsd.port.subdir.mk> diff --git a/editors/Makefile b/editors/Makefile index d48b19c7bdec..dcd106382c15 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 1996/11/07 18:42:06 obrien Exp $ +# $Id: Makefile,v 1.34 1996/11/26 08:26:40 asami Exp $ # SUBDIR += asedit @@ -12,6 +12,7 @@ SUBDIR += jove SUBDIR += mule SUBDIR += nedit + SUBDIR += nvi SUBDIR += scitext SUBDIR += uemacs SUBDIR += uzap diff --git a/japanese/Makefile b/japanese/Makefile index 7bb276be3594..73d49977f829 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1997/03/03 11:53:35 asami Exp $ +# $Id: Makefile,v 1.61 1997/03/03 12:39:11 asami Exp $ # SUBDIR += Canna @@ -51,6 +51,9 @@ SUBDIR += netscape.language SUBDIR += newosaka SUBDIR += nkf + SUBDIR += nvi-euc-jp + SUBDIR += nvi-iso-2022-jp + SUBDIR += nvi-sjis SUBDIR += okphone SUBDIR += perl5 SUBDIR += pine |