Bug 21518

Summary: missed some parametrs
Product: Base System Reporter: kunia <kunia>
Component: miscAssignee: Alexey Zelkin <phantom>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   

Description kunia 2000-09-24 16:30:01 UTC
	there is a new vi messages catalog in src-tree, but it doesn't pointed in Makefile

Fix: 

/usr/src/contrib/nvi/catalog/Makefile changes:

3c3
< CAT=  dutch english french german polish ru_SU.KOI8-R spanish swedish
---
> CAT=  dutch english french german polish ru_SU.KOI8-R spanish swedish uk_UA.KOI8-U
37c37,38
<       polish.check ru_SU.KOI8-R.check spanish.check swedish.check
---
>       polish.check ru_SU.KOI8-R.check spanish.check swedish.check \
>       uk_UA.KOI8-U.check
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-06 20:46:14 UTC
Responsible Changed
From-To: freebsd-bugs->phantom

Alexey did the import of these files.
Comment 2 Alexey Zelkin freebsd_committer freebsd_triage 2000-10-24 16:10:31 UTC
State Changed
From-To: open->closed

There's no need to add catalog name  to  contrib/nvi/catalogs/Makefile 
since this file is not actualy used during FreeBSD build process. Catalogs 
added to usr.bin/vi/Makefile and it's enough.