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

ryandesign at macports.org ryandesign at macports.org
Wed Oct 14 07:55:54 PDT 2009


Revision: 59393
          http://trac.macports.org/changeset/59393
Author:   ryandesign at macports.org
Date:     2009-10-14 07:55:53 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
pymol: remove unnecessary deletion of .svn directories in worksrcdir because there will never be any .svn directories because MacPorts retrieves the source using "svn export" not "svn checkout"

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

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2009-10-14 14:54:56 UTC (rev 59392)
+++ trunk/dports/science/pymol/Portfile	2009-10-14 14:55:53 UTC (rev 59393)
@@ -38,7 +38,6 @@
 }
 
 build {
-    system "find ${worksrcpath} -name .svn -print0 | xargs -0 rm -rf"
     system "cd  ${worksrcpath}/setup; cp Rules.osx-fink ../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/aa6428da/attachment.html>


More information about the macports-changes mailing list