Bug 20063 - kdoc install man pages in wrong dir
Bug#: 20063 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: greg_g@gentoo.org
Component: Applications
URL: 
Summary: kdoc install man pages in wrong dir
Keywords:  
Status Whiteboard: 
Opened: 2003-04-27 16:32 0000
Description:   Opened: 2003-04-27 16:32 0000
dev-util/kdoc installs man pages in /usr/man instead of /usr/share/man. 
Fix is trivial: 
 
        export KDEDIR="" 
        export QTDIR="" 
-       ./configure --prefix=/usr || die 
+       econf 
        emake || die 
 
(BTW, the ebuild needs IUSE and a cleanup of SRC_URI using 'mirror:' )

------- Comment #1 From Hannes Mehnert (RETIRED) 2003-04-29 03:12:30 0000 -------
fixed in cvs, thanks for reporting.