[33542] trunk/dports/science/molden/Portfile

jochen at macports.org jochen at macports.org
Tue Jan 29 08:23:53 PST 2008


Revision: 33542
          http://trac.macosforge.org/projects/macports/changeset/33542
Author:   jochen at macports.org
Date:     2008-01-29 08:23:27 -0800 (Tue, 29 Jan 2008)

Log Message:
-----------
Use xinstall instead of calling system,
suggested by Ryan Schmidt

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

Modified: trunk/dports/science/molden/Portfile
===================================================================
--- trunk/dports/science/molden/Portfile	2008-01-29 16:01:04 UTC (rev 33541)
+++ trunk/dports/science/molden/Portfile	2008-01-29 16:23:27 UTC (rev 33542)
@@ -40,7 +40,7 @@
 configure.pre_args
 build.target        molden
 build.cmd           gmake
-destroot            { system "install -c -m 755 ${workpath}/${distname}/molden ${destroot}${prefix}/bin/" }
+destroot            { xinstall -W ${worksrcpath} molden ${destroot}${prefix}/bin }
 
 post-install        { ui_msg "**************************************************"
                       ui_msg "In order to keep up support for Molden, proof that"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080129/8bab5bf8/attachment.html


More information about the macports-changes mailing list