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
vassily ragosin
2003-08-04 11:30:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->fjoe over to maintainer 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 State Changed From-To: open->closed A fix was committed to the tree. |