[45391] trunk/dports/textproc/rman/Portfile

blb at macports.org blb at macports.org
Wed Jan 14 23:08:15 PST 2009


Revision: 45391
          http://trac.macports.org/changeset/45391
Author:   blb at macports.org
Date:     2009-01-14 23:08:14 -0800 (Wed, 14 Jan 2009)
Log Message:
-----------
textproc/rman - don't use cd, ticket #12914

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

Modified: trunk/dports/textproc/rman/Portfile
===================================================================
--- trunk/dports/textproc/rman/Portfile	2009-01-15 05:16:29 UTC (rev 45390)
+++ trunk/dports/textproc/rman/Portfile	2009-01-15 07:08:14 UTC (rev 45391)
@@ -18,7 +18,6 @@
 patchfiles       patch-Makefile
 
 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/20090114/0b7bcc0f/attachment.html>


More information about the macports-changes mailing list