[46259] trunk/dports/sysutils/coreutils/Portfile

nox at macports.org nox at macports.org
Sun Feb 1 13:07:28 PST 2009


Revision: 46259
          http://trac.macports.org/changeset/46259
Author:   nox at macports.org
Date:     2009-02-01 13:07:24 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
coreutils: Create relative symlinks for the man pages in with_default_names variant (fixes #15864).

Modified Paths:
--------------
    trunk/dports/sysutils/coreutils/Portfile

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2009-02-01 19:52:25 UTC (rev 46258)
+++ trunk/dports/sysutils/coreutils/Portfile	2009-02-01 21:07:24 UTC (rev 46259)
@@ -5,7 +5,7 @@
 
 name            coreutils
 version         6.12
-revision        1
+revision        2
 categories      sysutils
 platforms       darwin
 maintainers     nox openmaintainer
@@ -59,7 +59,7 @@
     post-destroot {
         foreach {d} {bin share/man/man1} {
             foreach {f} [glob -tails -directory ${destroot}${prefix}/${d} g*] {
-                ln -sf ${prefix}/${d}/${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end]
+                ln -sf ${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end]
             }
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/70279f0c/attachment-0001.html>


More information about the macports-changes mailing list