[104105] trunk/dports/science/apbs/Portfile

larryv at macports.org larryv at macports.org
Fri Mar 15 19:58:59 PDT 2013


Revision: 104105
          https://trac.macports.org/changeset/104105
Author:   larryv at macports.org
Date:     2013-03-15 19:58:59 -0700 (Fri, 15 Mar 2013)
Log Message:
-----------
abps: Forgot that xinstall != move.

Modified Paths:
--------------
    trunk/dports/science/apbs/Portfile

Modified: trunk/dports/science/apbs/Portfile
===================================================================
--- trunk/dports/science/apbs/Portfile	2013-03-16 02:00:50 UTC (rev 104104)
+++ trunk/dports/science/apbs/Portfile	2013-03-16 02:58:59 UTC (rev 104105)
@@ -6,6 +6,7 @@
 
 name                    apbs
 version                 1.4.0
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              science
 maintainers             bromo.med.uc.edu:howarth
@@ -36,11 +37,17 @@
 
 post-destroot {
     set tools ${destroot}${prefix}/share/${name}/tools
-    xinstall ${tools}/manip/psize.py ${destroot}${prefix}/bin/apbs-psize.py
+
+    move ${tools}/manip/psize.py ${destroot}${prefix}/bin/apbs-psize.py
+    file attributes ${destroot}${prefix}/bin/apbs-psize.py \
+        -permissions 755
+
     foreach {bin} {analysis benchmark born coulomb del2dx dx2mol \
                     dx2uhbd dxmath mergedx mergedx2 mgmesh \
                     multivalue similarity smooth tensor2dx \
                     uhbd_asc2bin value} {
-        xinstall ${tools}/bin/${bin} ${destroot}${prefix}/bin/apbs-${bin}
+        move ${tools}/bin/${bin} ${destroot}${prefix}/bin/apbs-${bin}
+        file attributes ${destroot}${prefix}/bin/apbs-${bin} \
+            -permissions 755
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130315/f2da809b/attachment.html>


More information about the macports-changes mailing list