[128056] trunk/dports/python/py-pyne/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 12 00:09:05 PST 2014


Revision: 128056
          https://trac.macports.org/changeset/128056
Author:   ryandesign at macports.org
Date:     2014-11-12 00:09:05 -0800 (Wed, 12 Nov 2014)
Log Message:
-----------
py-pyne: remove backslashes at ends of lines that don't need them

Modified Paths:
--------------
    trunk/dports/python/py-pyne/Portfile

Modified: trunk/dports/python/py-pyne/Portfile
===================================================================
--- trunk/dports/python/py-pyne/Portfile	2014-11-12 05:02:28 UTC (rev 128055)
+++ trunk/dports/python/py-pyne/Portfile	2014-11-12 08:09:05 UTC (rev 128056)
@@ -22,14 +22,14 @@
 
 homepage            http://www.pyne.io/
 
-
 checksums           rmd160  38443939bb5da0ad29c05373c3f42fa7fab96a57 \
                     sha256  7102593eb8b570c9828ce4026a60ea1ad10b7a3c728179b5ff8780a61313cc9f
+
 if {${name} ne ${subport}} {
     build.target        build
-    build.args          --hdf5=${prefix} \
+    build.args          --hdf5=${prefix}
 
-    destroot.args       --hdf5=${prefix} \
+    destroot.args       --hdf5=${prefix}
 
     depends_build-append \
                         port:cmake \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/21007dcb/attachment-0001.html>


More information about the macports-changes mailing list