Modified: trunk/dports/databases/oracle-instantclient/Portfile (70341 => 70342)
--- trunk/dports/databases/oracle-instantclient/Portfile 2010-08-06 21:15:36 UTC (rev 70341)
+++ trunk/dports/databases/oracle-instantclient/Portfile 2010-08-06 21:17:10 UTC (rev 70342)
@@ -175,7 +175,8 @@
${my_destroot}${lib_dir}
# You would think the includes should go in ${prefix}/include/oracle, but
- # the instantclient layout wants it in ${prefix}/lib/oracle/sdk/include
+ # the "instantclient layout" dictates they must be in ${prefix}/lib/oracle/sdk/include;
+ # ports like php5-oracle will expect them there.
xinstall -d ${my_destroot}${lib_dir}/sdk
copy ${my_worksrcpath}/sdk/include ${my_destroot}${lib_dir}/sdk
}