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

jmr at macports.org jmr at macports.org
Thu Aug 4 10:31:48 PDT 2011


Revision: 81748
          http://trac.macports.org/changeset/81748
Author:   jmr at macports.org
Date:     2011-08-04 10:31:45 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
cl-ppcre: fix variable name

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

Modified: trunk/dports/devel/cl-ppcre/Portfile
===================================================================
--- trunk/dports/devel/cl-ppcre/Portfile	2011-08-04 17:24:10 UTC (rev 81747)
+++ trunk/dports/devel/cl-ppcre/Portfile	2011-08-04 17:31:45 UTC (rev 81748)
@@ -45,7 +45,7 @@
           xinstall -m 0755 -d ${destroot-lisp}/src
           xinstall -m 0755 -d ${destroot-lisp}/systems
           system "cd ${destroot-lisp}/src && \
-              ${extract.cmd} ${extract.pre_args} ${distpath}/${distfile} ${extract.post_args}"
+              ${extract.cmd} ${extract.pre_args} ${distpath}/${distfiles} ${extract.post_args}"
           system "find ${destroot-lisp}/src/${name}-${version} -type d -exec chmod 755 {} \\;"
           system "find ${destroot-lisp}/src/${name}-${version} -type f -exec chmod 644 {} \\;"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/4167d49a/attachment.html>


More information about the macports-changes mailing list