summaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-cmake_modules_instdirs.cmake
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-04-22 20:16:04 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-04-22 20:16:04 +0000
commit779c36f5c4677e26ad544b72a061151c7019f23a (patch)
tree3e2945667463e62a9b4af6b4c1f68e4cca2f9215 /math/plplot/files/patch-cmake_modules_instdirs.cmake
parent- Remove LICENSE (diff)
- Upgrade math/plplot to 5.11.0
Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_instdirs.cmake')
-rw-r--r--math/plplot/files/patch-cmake_modules_instdirs.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/plplot/files/patch-cmake_modules_instdirs.cmake b/math/plplot/files/patch-cmake_modules_instdirs.cmake
index 389c9836f889..9887aebee869 100644
--- a/math/plplot/files/patch-cmake_modules_instdirs.cmake
+++ b/math/plplot/files/patch-cmake_modules_instdirs.cmake
@@ -1,4 +1,4 @@
---- cmake/modules/instdirs.cmake.orig 2013-11-11 19:54:54.000000000 -0500
+--- cmake/modules/instdirs.cmake.orig 2015-04-12 10:08:04 UTC
+++ cmake/modules/instdirs.cmake
@@ -61,13 +61,13 @@ CACHE PATH "install location for C heade
@@ -35,11 +35,11 @@
# Ada source files (*.adb, *.ads) (following recommendations in
# http://www.ada-france.org/debian/debian-ada-policy.html
@@ -101,7 +101,7 @@ set(ADA_INCLUDE_DIR ${CMAKE_INSTALL_DATA
- set(ADA_LIB_DIR ${CMAKE_INSTALL_LIBDIR}/ada/adalib/plplotada${LIB_TAG})
+ set(ADA_LIB_DIR ${CMAKE_INSTALL_LIBDIR}/ada/adalib/plplotada)
# Drivers.
--set(DRV_DIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE}${PLPLOT_VERSION}/drivers${LIB_TAG})
-+set(DRV_DIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE}/drivers${LIB_TAG})
+-set(DRV_DIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE}${PLPLOT_VERSION}/drivers)
++set(DRV_DIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE}/drivers)
# Documentation.
set(DOC_DIR ${CMAKE_INSTALL_DATADIR}/doc/${PACKAGE})