[57964] trunk/dports/devel/robotframework/Portfile

jwa at macports.org jwa at macports.org
Sat Sep 19 11:44:48 PDT 2009


Revision: 57964
          http://trac.macports.org/changeset/57964
Author:   jwa at macports.org
Date:     2009-09-19 11:44:48 -0700 (Sat, 19 Sep 2009)
Log Message:
-----------
remove destroot from a helper module definition, now for others, too

Modified Paths:
--------------
    trunk/dports/devel/robotframework/Portfile

Modified: trunk/dports/devel/robotframework/Portfile
===================================================================
--- trunk/dports/devel/robotframework/Portfile	2009-09-19 18:42:56 UTC (rev 57963)
+++ trunk/dports/devel/robotframework/Portfile	2009-09-19 18:44:48 UTC (rev 57964)
@@ -34,7 +34,7 @@
 destroot.destdir    --prefix=${prefix} --root=${destroot}
 
 post-destroot		{
-    reinplace "s;/opt/local/var/macports/build/_Users_jwa_work_macports-trunk_dports_devel_robotframework/work/destroot;;" ${destroot}/${prefix}/bin/pybot
+    reinplace "s;${destroot};;" ${destroot}/${prefix}/bin/pybot
 }
 
 livecheck.type     regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090919/d1910604/attachment-0001.html>


More information about the macports-changes mailing list