[53927] trunk/dports/textproc/tkman/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 16 11:09:22 PDT 2009


Revision: 53927
          http://trac.macports.org/changeset/53927
Author:   jmr at macports.org
Date:     2009-07-16 11:09:22 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
tkman: remove use of cd (#12914)

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

Modified: trunk/dports/textproc/tkman/Portfile
===================================================================
--- trunk/dports/textproc/tkman/Portfile	2009-07-16 18:08:16 UTC (rev 53926)
+++ trunk/dports/textproc/tkman/Portfile	2009-07-16 18:09:22 UTC (rev 53927)
@@ -19,7 +19,6 @@
                  port:xorg-libs lib:libtk8.4:tk
 
 configure {
-    cd ${worksrcpath}
-    reinplace "s|__PREFIX|${prefix}|g" Makefile
-    reinplace "s|__DSTROOT|${destroot}${prefix}|g" Makefile
+    reinplace "s|__PREFIX|${prefix}|g" ${worksrcpath}/Makefile
+    reinplace "s|__DSTROOT|${destroot}${prefix}|g" ${worksrcpath}/Makefile
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/9b559cf1/attachment.html>


More information about the macports-changes mailing list