[59395] trunk/dports/science/pymol/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 14 08:36:17 PDT 2009


Revision: 59395
          http://trac.macports.org/changeset/59395
Author:   ryandesign at macports.org
Date:     2009-10-14 08:36:14 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
pymol: use "copy" not "system" to copy a file

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

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2009-10-14 15:12:13 UTC (rev 59394)
+++ trunk/dports/science/pymol/Portfile	2009-10-14 15:36:14 UTC (rev 59395)
@@ -38,7 +38,7 @@
 }
 
 build {
-    system "cd  ${worksrcpath}/setup; cp Rules.osx-fink ../Rules.delsci"
+    copy ${worksrcpath}/setup/Rules.osx-fink ${worksrcpath}/Rules.delsci
     system "cd  ${worksrcpath}; make -f Makefile.delsci"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/fc4f5448/attachment.html>


More information about the macports-changes mailing list