Bug 65121

Summary: [Update port] audio/xmms-kde: installs endless recursive links to each other
Product: Ports & Packages Reporter: Kay Lehmann <kay_lehmann>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xmms-kde-Makefile_recursdir none

Description Kay Lehmann 2004-04-03 12:00:41 UTC

xmms-kde has defined in post-install to create a link to a link
of it self. This results in an endless directories, which is not really 
nice. I don't know what this should be for since there are no files 
at all, so I think removing post-install should be okay.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-03 23:03:24 UTC
State Changed
From-To: open->closed

Fixed, thank you for reporting. The problem was 
that arguments for ln -sf were flipped (target source)