Revision: 140394 https://trac.macports.org/changeset/140394 Author: takeshi@macports.org Date: 2015-09-18 12:51:45 -0700 (Fri, 18 Sep 2015) Log Message: ----------- plplot510: fix install location, closing #48882 Modified Paths: -------------- trunk/dports/science/plplot510/Portfile Modified: trunk/dports/science/plplot510/Portfile =================================================================== --- trunk/dports/science/plplot510/Portfile 2015-09-18 19:33:42 UTC (rev 140393) +++ trunk/dports/science/plplot510/Portfile 2015-09-18 19:51:45 UTC (rev 140394) @@ -8,7 +8,7 @@ name plplot510 version 5.10.0 -revision 5 +revision 6 platforms darwin maintainers takeshi openmaintainer categories science @@ -65,6 +65,7 @@ -DTcl_Import_TCL_DECLARED configure.env HOME=${workpath} +configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}/lib/${name} configure.args-append -DTCL_INCLUDE_PATH=${prefix}/include \ -DTCL_LIBRARY=${prefix}/lib/libtcl.dylib \ -DFREETYPE_INCLUDE_DIR=${prefix}/include/freetype2 \
participants (1)
-
takeshi@macports.org