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

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Oct 29 08:36:02 PDT 2008


Revision: 41263
          http://trac.macports.org/changeset/41263
Author:   macsforever2000 at macports.org
Date:     2008-10-29 08:36:01 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
Switch to using distname. Simplify binaries install. Fixes by ryandesign.

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

Modified: trunk/dports/science/fasthenry-wr/Portfile
===================================================================
--- trunk/dports/science/fasthenry-wr/Portfile	2008-10-29 14:53:33 UTC (rev 41262)
+++ trunk/dports/science/fasthenry-wr/Portfile	2008-10-29 15:36:01 UTC (rev 41263)
@@ -14,8 +14,7 @@
 long_description A multipole-accelerated inductance analysis program. This version of fasthenry has been modified by Whiteley Research to support superconducting segments and ground planes.
 
 homepage         http://www.wrcad.com/freestuff.html
-distfiles        fasthenry-${version}wr
-worksrcdir       fasthenry-${version}wr
+distname         fasthenry-${version}wr
 master_sites     ftp://ftp.srware.com/pub/	\
                  http://www.wrcad.com/ftp/pub/
 
@@ -26,8 +25,7 @@
 use_configure    no
 
 destroot {
-    xinstall -m 755 ${worksrcpath}/bin/fasthenry ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/zbuf ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath}/bin fasthenry zbuf ${destroot}${prefix}/bin
     set docdir ${prefix}/share/doc/fasthenry-wr
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath}/doc manual_001.ps manual_002.ps manual_003.ps ms_thesis.ps nonuniform_manual_1.ps nonuniform_manual_2.ps README ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081029/75af976c/attachment-0001.html>


More information about the macports-changes mailing list