[79360] trunk/dports/graphics/twain-sane/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 10 22:57:01 PDT 2011


Revision: 79360
          http://trac.macports.org/changeset/79360
Author:   ryandesign at macports.org
Date:     2011-06-10 22:57:01 -0700 (Fri, 10 Jun 2011)
Log Message:
-----------
twain-sane: reuse build.dir variable

Modified Paths:
--------------
    trunk/dports/graphics/twain-sane/Portfile

Modified: trunk/dports/graphics/twain-sane/Portfile
===================================================================
--- trunk/dports/graphics/twain-sane/Portfile	2011-06-11 05:56:36 UTC (rev 79359)
+++ trunk/dports/graphics/twain-sane/Portfile	2011-06-11 05:57:01 UTC (rev 79360)
@@ -48,7 +48,7 @@
 
 pre-build {
     # Generate Info.plist
-    system "cd ${worksrcpath}/src && ./Info.sh > Info.plist"
+    system "cd ${build.dir} && ./Info.sh > Info.plist"
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110610/1ece652c/attachment.html>


More information about the macports-changes mailing list