[48012] trunk/dports/editors/jove/Portfile

blair at macports.org blair at macports.org
Thu Mar 12 17:24:27 PDT 2009


Revision: 48012
          http://trac.macports.org/changeset/48012
Author:   blair at macports.org
Date:     2009-03-12 17:24:26 -0700 (Thu, 12 Mar 2009)
Log Message:
-----------
Remove the use of the "cd" command in the configure step.

Modified Paths:
--------------
    trunk/dports/editors/jove/Portfile

Modified: trunk/dports/editors/jove/Portfile
===================================================================
--- trunk/dports/editors/jove/Portfile	2009-03-12 22:49:00 UTC (rev 48011)
+++ trunk/dports/editors/jove/Portfile	2009-03-13 00:24:26 UTC (rev 48012)
@@ -5,8 +5,7 @@
 version		4.16.0.70
 worksrcdir	${name}${version}
 configure	{
-		  cd ${worksrcpath}
-                  reinplace "s|__PREFIX|${prefix}|g" Makefile
+		   reinplace "s|__PREFIX|${prefix}|g" ${worksrcpath}/Makefile
 		}
 categories	editors
 maintainers	vivek at khera.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090312/4cf9c653/attachment.html>


More information about the macports-changes mailing list