openbsd-ports/math/plplot/patches/patch-examples_CMakeLists_txt
steven b5491d301b update to 5.8.0
this uses cmake now; needs some more tweaking.
a few subpackages are disabled for now.
2009-04-05 16:21:55 +00:00

12 lines
360 B
Plaintext

$OpenBSD: patch-examples_CMakeLists_txt,v 1.1 2009/04/05 16:21:55 steven Exp $
--- examples/CMakeLists.txt.orig Sat Jun 7 09:29:42 2008
+++ examples/CMakeLists.txt Sat Jun 7 09:29:52 2008
@@ -55,6 +55,6 @@ if(ENABLE_ada)
endif(ENABLE_ada)
install(FILES Makefile.examples
-DESTINATION ${DATA_DIR}/examples
+DESTINATION ${EXAMPLE_DIR}
RENAME Makefile
)