Bug 65121 - [Update port] audio/xmms-kde: installs endless recursive links to each other
Summary: [Update port] audio/xmms-kde: installs endless recursive links to each other
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-03 12:00 UTC by Kay Lehmann
Modified: 2004-04-03 23:03 UTC (History)
0 users

See Also:


Attachments
xmms-kde-Makefile_recursdir (291 bytes, text/plain)
2004-04-03 12:00 UTC, Kay Lehmann
no flags Details

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