Bug 55233 - Midnight Commander port does not install its Russian man page properly
Summary: Midnight Commander port does not install its Russian man page properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-04 11:30 UTC by vassily ragosin
Modified: 2003-08-11 20:13 UTC (History)
0 users

See Also:


Attachments
file.diff (356 bytes, patch)
2003-08-04 11:30 UTC, vassily ragosin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.