[88230] trunk/dports/math/minisat/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 22 05:22:06 PST 2011


Revision: 88230
          http://trac.macports.org/changeset/88230
Author:   ryandesign at macports.org
Date:     2011-12-22 05:22:05 -0800 (Thu, 22 Dec 2011)
Log Message:
-----------
minisat: don't hardcode the version number in the destroot phase

Modified Paths:
--------------
    trunk/dports/math/minisat/Portfile

Modified: trunk/dports/math/minisat/Portfile
===================================================================
--- trunk/dports/math/minisat/Portfile	2011-12-22 13:21:37 UTC (rev 88229)
+++ trunk/dports/math/minisat/Portfile	2011-12-22 13:22:05 UTC (rev 88230)
@@ -39,7 +39,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/bin \
         ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 ${worksrcpath}/simp/minisat_static ${destroot}${prefix}/bin/minisat
-    xinstall -m 644 -W ${worksrcpath} README LICENSE doc/ReleaseNotes-2.2.0.txt \
+    xinstall -m 644 -W ${worksrcpath} README LICENSE doc/ReleaseNotes-${version}.txt \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111222/ec099cf1/attachment-0001.html>


More information about the macports-changes mailing list