[97550] trunk/dports/devel/libtool/Portfile

blair at macports.org blair at macports.org
Sat Sep 8 11:14:14 PDT 2012


Revision: 97550
          https://trac.macports.org/changeset/97550
Author:   blair at macports.org
Date:     2012-09-08 11:14:12 -0700 (Sat, 08 Sep 2012)
Log Message:
-----------
libtool: in ${prefix}/libexec/gnubin add non-g-prefixed symlinks to ${prefix}/bin.

Modified Paths:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2012-09-08 17:57:35 UTC (rev 97549)
+++ trunk/dports/devel/libtool/Portfile	2012-09-08 18:14:12 UTC (rev 97550)
@@ -4,7 +4,7 @@
 
 name            libtool
 version         2.4.2
-revision        2
+revision        3
 categories      devel sysutils
 # Scripts are GPL-2+, libltdl is LGPL-2+, but all parts that tend to be
 # distributed with dependents have a licensing exception that allows
@@ -48,6 +48,11 @@
 use_parallel_build  yes
 
 post-destroot {
+    set gnubin ${prefix}/libexec/gnubin
+    xinstall -d ${destroot}${gnubin}
+    ln -s ../../bin/glibtool ${destroot}${gnubin}/libtool
+    ln -s ../../bin/glibtoolize ${destroot}${gnubin}/libtoolize
+
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120908/6f4f7a1b/attachment.html>


More information about the macports-changes mailing list