findutils +with_default_names creates broken man page symlinks
This seems to be the same problem as #15864 but affecting findutils, rather than coreutils.
$ ls -l /opt/local/man/man1/find.1
lrwxr-xr-x 1 root admin 33 2008-12-24 18:06 /opt/local/man/man1/find.1 -> /opt/local/share/man/man1/gfind.1
$ ls -l /opt/local/man/man1/gfind.1*
-r--r--r-- 2 root admin 19339 2008-10-30 12:18 /opt/local/man/man1/gfind.1.gz
I don't see the same issue with the current coreutils port.
Change History (5)
Owner: |
changed from macports-tickets@… to nox@…
|
Port: |
findutils added
|
Owner: |
changed from nox@… to macports-tickets@…
|
Cc: |
nox@… added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
The underlying cause is explained in #18302. You can fix this for findutils by having it make relative manpage symlinks instead of absolute ones.