[30797] trunk/dports/textproc/jive/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 7 01:01:26 PST 2007


Revision: 30797
          http://trac.macosforge.org/projects/macports/changeset/30797
Author:   ryandesign at macports.org
Date:     2007-11-07 01:01:26 -0800 (Wed, 07 Nov 2007)

Log Message:
-----------
jive: don't use 'cd' command since it doesn't exist anymore in MacPorts trunk

Modified Paths:
--------------
    trunk/dports/textproc/jive/Portfile

Modified: trunk/dports/textproc/jive/Portfile
===================================================================
--- trunk/dports/textproc/jive/Portfile	2007-11-07 08:59:34 UTC (rev 30796)
+++ trunk/dports/textproc/jive/Portfile	2007-11-07 09:01:26 UTC (rev 30797)
@@ -17,8 +17,7 @@
 
 worksrcdir	jive
 
-configure	{ cd ${worksrcpath}
-		  reinplace "s|prefix	= /usr/local|prefix = ${destroot}${prefix}|g" Makefile }
+configure	{ reinplace "s|prefix	= /usr/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/Makefile }
 
 post-configure	{ system "install -o root -m 755 -d ${destroot}${prefix}/bin"
 		  system "install -o root -m 755 -d \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071107/30c23798/attachment.html


More information about the macports-changes mailing list