[41129] trunk/dports/science/fasthenry-wr/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 24 15:36:44 PDT 2008


Revision: 41129
          http://trac.macports.org/changeset/41129
Author:   macsforever2000 at macports.org
Date:     2008-10-24 15:36:44 -0700 (Fri, 24 Oct 2008)
Log Message:
-----------
Use worksrcpath instead of the kluge i was using in destroot.

Modified Paths:
--------------
    trunk/dports/science/fasthenry-wr/Portfile

Modified: trunk/dports/science/fasthenry-wr/Portfile
===================================================================
--- trunk/dports/science/fasthenry-wr/Portfile	2008-10-24 22:18:39 UTC (rev 41128)
+++ trunk/dports/science/fasthenry-wr/Portfile	2008-10-24 22:36:44 UTC (rev 41129)
@@ -26,6 +26,6 @@
 use_configure    no
 
 destroot {
-    xinstall -m 755 ${destroot}/../${worksrcdir}/bin/fasthenry ${destroot}${prefix}/bin
-    xinstall -m 755 ${destroot}/../${worksrcdir}/bin/zbuf ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/fasthenry ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/zbuf ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081024/9254051b/attachment.html>


More information about the macports-changes mailing list