[98272] trunk/dports/textproc/irstlm/Portfile

hum at macports.org hum at macports.org
Mon Oct 1 05:23:51 PDT 2012


Revision: 98272
          http://trac.macports.org//changeset/98272
Author:   hum at macports.org
Date:     2012-10-01 05:23:51 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
irstlm: install include files at ${prefix}/include/${name} to avoid conflicts with other builds.

Modified Paths:
--------------
    trunk/dports/textproc/irstlm/Portfile

Modified: trunk/dports/textproc/irstlm/Portfile
===================================================================
--- trunk/dports/textproc/irstlm/Portfile	2012-10-01 12:23:06 UTC (rev 98271)
+++ trunk/dports/textproc/irstlm/Portfile	2012-10-01 12:23:51 UTC (rev 98272)
@@ -5,6 +5,7 @@
 
 name                irstlm
 version             5.80.01
+revision            1
 categories          textproc math
 maintainers         hum openmaintainer
 
@@ -35,6 +36,10 @@
     system -W ${worksrcpath} "sh regenerate-makefiles.sh"
 }
 
+# install include files at ${prefix}/include/${name} to avoid conflicts with other builds.
+# e.g. mosesdecoder
+configure.args      --includedir=${prefix}/include/${name}
+
 compiler.blacklist  clang
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/9bf7feb1/attachment-0001.html>


More information about the macports-changes mailing list