[91679] trunk/dports/textproc/lilypond-devel/Portfile

snc at macports.org snc at macports.org
Sat Apr 7 13:05:28 PDT 2012


Revision: 91679
          https://trac.macports.org/changeset/91679
Author:   snc at macports.org
Date:     2012-04-07 13:05:25 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
lilypond-devel: use full paths for reinplace files

Modified Paths:
--------------
    trunk/dports/textproc/lilypond-devel/Portfile

Modified: trunk/dports/textproc/lilypond-devel/Portfile
===================================================================
--- trunk/dports/textproc/lilypond-devel/Portfile	2012-04-07 19:51:07 UTC (rev 91678)
+++ trunk/dports/textproc/lilypond-devel/Portfile	2012-04-07 20:05:25 UTC (rev 91679)
@@ -70,8 +70,8 @@
         scripts/build/pytt.py}
     
     foreach file ${files} {
-        reinplace {s|env python|env python2.7|} $file
-        reinplace s|/usr/bin/python|/usr/bin/env\ python2.7| $file
+        reinplace {s|env python|env python2.7|} ${worksrcpath}/$file
+        reinplace s|/usr/bin/python|/usr/bin/env\ python2.7| ${worksrcpath}/$file
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/c812eec7/attachment.html>


More information about the macports-changes mailing list