Bug 55233

Summary: Midnight Commander port does not install its Russian man page properly
Product: Ports & Packages Reporter: vassily ragosin <vr>
Component: Individual Port(s)Assignee: Max Khon <fjoe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description vassily ragosin 2003-08-04 11:30:06 UTC
	misc/mc port (Midnight Commander) has a Russian man page.
	However, it is not available to the end user with a valid
	ru_RU.KOI8-R locale, because it gets installed in a wrong 
	directory.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-08-04 17:11:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

over to maintainer
Comment 2 vr 2003-08-11 11:32:53 UTC
Correct patch should be this:

--- doc/ru/Makefile.in.orig	Wed Feb  5 21:09:08 2003
+++ doc/ru/Makefile.in	Sun Aug  3 22:05:43 2003
@@ -174,7 +174,7 @@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localstatedir = @localstatedir@
-mandir = @mandir@/ru
+mandir = @mandir@/ru.KOI8-R
 oldincludedir = @oldincludedir@
 prefix = @prefix@


because of changes in tree hierarchy, introduced around 4.8-RELEASE
Comment 3 Max Khon freebsd_committer freebsd_triage 2003-08-11 20:12:04 UTC
State Changed
From-To: open->closed

A fix was committed to the tree.