[88035] trunk/dports/devel/bzr-gtk/Portfile

raimue at macports.org raimue at macports.org
Fri Dec 16 15:03:38 PST 2011


Revision: 88035
          http://trac.macports.org/changeset/88035
Author:   raimue at macports.org
Date:     2011-12-16 15:03:38 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
devel/bzr-gtk:
Omit version suffix from symlinks in ${prefix}/bin

Modified Paths:
--------------
    trunk/dports/devel/bzr-gtk/Portfile

Modified: trunk/dports/devel/bzr-gtk/Portfile
===================================================================
--- trunk/dports/devel/bzr-gtk/Portfile	2011-12-16 23:01:07 UTC (rev 88034)
+++ trunk/dports/devel/bzr-gtk/Portfile	2011-12-16 23:03:38 UTC (rev 88035)
@@ -5,7 +5,7 @@
 
 name          bzr-gtk
 version       0.100.0
-revision      1
+revision      2
 set branch    [join [lrange [split ${version} .] 0 1] .]
 categories    devel python
 platforms     darwin
@@ -28,8 +28,10 @@
 
 universal_variant no
 
+python.link_binaries_suffix
+
 post-destroot {
-    fs-traverse f "${destroot}${python.prefix}/bin ${destroot}${python.prefix}/share" {
+    fs-traverse f "${destroot}${python.prefix}/share" {
         set pfile [string range $f [string length ${destroot}${python.prefix}] end]
         if {[file isdirectory $f]} {
             xinstall -d -m 0755 ${destroot}${prefix}${pfile}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111216/19f378c9/attachment-0001.html>


More information about the macports-changes mailing list