[96821] trunk/dports/devel/zeroc-ice33/Portfile

blair at macports.org blair at macports.org
Sun Aug 19 10:09:58 PDT 2012


Revision: 96821
          https://trac.macports.org/changeset/96821
Author:   blair at macports.org
Date:     2012-08-19 10:09:56 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
zeroc-ice33: use ${build.dir}.

Modified Paths:
--------------
    trunk/dports/devel/zeroc-ice33/Portfile

Modified: trunk/dports/devel/zeroc-ice33/Portfile
===================================================================
--- trunk/dports/devel/zeroc-ice33/Portfile	2012-08-19 17:07:01 UTC (rev 96820)
+++ trunk/dports/devel/zeroc-ice33/Portfile	2012-08-19 17:09:56 UTC (rev 96821)
@@ -86,7 +86,8 @@
     close $fl
     foreach line [split $data \n] {
         if {[string match "extern size_t iconv*const*" $line]} {
-            reinplace "s/_LIBICONV_VERSION < 0x010B/1/" ${workpath}/Ice-${version}/cpp/include/Ice/IconvStringConverter.h
+            reinplace "s/_LIBICONV_VERSION < 0x010B/1/" \
+                ${build.dir}/include/Ice/IconvStringConverter.h
             break
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/6bcc0a82/attachment.html>


More information about the macports-changes mailing list