Revision: 81748 http://trac.macports.org/changeset/81748 Author: jmr@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 {} \\;"
participants (1)
-
jmr@macports.org