[55120] trunk/dports/devel/cl-ppcre/Portfile

snc at macports.org snc at macports.org
Thu Aug 6 18:10:47 PDT 2009


Revision: 55120
          http://trac.macports.org/changeset/55120
Author:   snc at macports.org
Date:     2009-08-06 18:10:47 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
remove hardcoded prefix

Modified Paths:
--------------
    trunk/dports/devel/cl-ppcre/Portfile

Modified: trunk/dports/devel/cl-ppcre/Portfile
===================================================================
--- trunk/dports/devel/cl-ppcre/Portfile	2009-08-07 00:53:29 UTC (rev 55119)
+++ trunk/dports/devel/cl-ppcre/Portfile	2009-08-07 01:10:47 UTC (rev 55120)
@@ -70,7 +70,7 @@
 
      if {[variant_isset sbcl]} {
          set destroot-system "#p\"${destroot-lisp}/systems/\""
-         asdf-load "/opt/local/bin/sbcl" ${lisp-system-path} ${destroot-system} ${name}
+         asdf-load "${prefix}/bin/sbcl" ${lisp-system-path} ${destroot-system} ${name}
      }
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/b6f8efe4/attachment.html>


More information about the macports-changes mailing list