[101810] trunk/dports/graphics/libQGLViewer/Portfile

raphael at macports.org raphael at macports.org
Sun Jan 20 01:20:12 PST 2013


Revision: 101810
          https://trac.macports.org/changeset/101810
Author:   raphael at macports.org
Date:     2013-01-20 01:20:12 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
libQGLViewer: fix quotes in universal variant; closes #37704

Modified Paths:
--------------
    trunk/dports/graphics/libQGLViewer/Portfile

Modified: trunk/dports/graphics/libQGLViewer/Portfile
===================================================================
--- trunk/dports/graphics/libQGLViewer/Portfile	2013-01-20 08:16:07 UTC (rev 101809)
+++ trunk/dports/graphics/libQGLViewer/Portfile	2013-01-20 09:20:12 UTC (rev 101810)
@@ -57,7 +57,7 @@
 		file copy ${filespath}/universal.sh ${worksrcpath}
 		reinplace "s|@@@WRKSRCPATH@@@|${worksrcpath}|" ${worksrcpath}/universal.sh
 		reinplace "s|@@@ARCHS@@@|${configure.universal_cxxflags}|" ${worksrcpath}/universal.sh
-		system 'chmod +x ${worksrcpath}/universal.sh && ${worksrcpath}/universal.sh'
+		system "chmod +x ${worksrcpath}/universal.sh && ${worksrcpath}/universal.sh"
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130120/0d1190ab/attachment-0001.html>


More information about the macports-changes mailing list