Revision
69267
Author
michaelld@macports.org
Date
2010-06-29 00:12:56 -0700 (Tue, 29 Jun 2010)

Log Message

In the version reinplace, use ${version} instead of hard-coding.

Modified Paths

Diff

Modified: trunk/dports/graphics/qwtplot3d/Portfile (69266 => 69267)


--- trunk/dports/graphics/qwtplot3d/Portfile	2010-06-29 07:11:59 UTC (rev 69266)
+++ trunk/dports/graphics/qwtplot3d/Portfile	2010-06-29 07:12:56 UTC (rev 69267)
@@ -57,7 +57,7 @@
 }
 
 patch {
-    reinplace "s|0.2.6|0.2.7|g" ${worksrcpath}/qwtplot3d.pro
+    reinplace "s|0.2.6|${version}|g" ${worksrcpath}/qwtplot3d.pro
 }
 
 destroot {