[41098] trunk/dports/math/acl2/Portfile

blb at macports.org blb at macports.org
Wed Oct 22 16:46:56 PDT 2008


Revision: 41098
          http://trac.macports.org/changeset/41098
Author:   blb at macports.org
Date:     2008-10-22 16:46:55 -0700 (Wed, 22 Oct 2008)
Log Message:
-----------
math/acl2 - fix a missed bit from removing Tcl cd command from #15394

Modified Paths:
--------------
    trunk/dports/math/acl2/Portfile

Modified: trunk/dports/math/acl2/Portfile
===================================================================
--- trunk/dports/math/acl2/Portfile	2008-10-22 23:03:00 UTC (rev 41097)
+++ trunk/dports/math/acl2/Portfile	2008-10-22 23:46:55 UTC (rev 41098)
@@ -86,7 +86,7 @@
 		  } else {
 			 system "cd ${worksrcpath} && make large LISP=sbcl"
 			 if {[variant_isset nonstd]} {
-			         system "make large-acl2r LISP=sbcl"
+			         system "cd ${worksrcpath} && make large-acl2r LISP=sbcl"
 			 }
 		  }
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081022/e053df44/attachment.html>


More information about the macports-changes mailing list