summaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-scripts__CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:17:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:17:48 +0000
commitb5fd2284505438f4d25f3799d2855eb4e99f17b9 (patch)
tree3c74f3a34bba9168e366baa6dae621510bd2f98a /math/plplot/files/patch-scripts__CMakeLists.txt
parent- Add some missing dependency (diff)
- Fix build
PR: 175579 Submitted by: ports fury
Diffstat (limited to 'math/plplot/files/patch-scripts__CMakeLists.txt')
-rw-r--r--math/plplot/files/patch-scripts__CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/plplot/files/patch-scripts__CMakeLists.txt b/math/plplot/files/patch-scripts__CMakeLists.txt
new file mode 100644
index 000000000000..309ba97912d5
--- /dev/null
+++ b/math/plplot/files/patch-scripts__CMakeLists.txt
@@ -0,0 +1,14 @@
+--- scripts/CMakeLists.txt.orig
++++ scripts/CMakeLists.txt
+@@ -28,9 +28,9 @@
+ )
+ endif(PLD_plmeta)
+ if(PLD_pstex)
+- set(scripts_SCRIPTS ${scripts_SCRIPTS} pstex2eps)
++ set(scripts_SCRIPTS "${scripts_SCRIPTS}" pstex2eps)
+ endif(PLD_pstex)
+- if (NOT ${scripts_SCRIPTS} STREQUAL "")
++ if (NOT "${scripts_SCRIPTS}" STREQUAL "")
+ install(PROGRAMS ${scripts_SCRIPTS} DESTINATION ${BIN_DIR})
+ endif (NOT ${scripts_SCRIPTS} STREQUAL "")
+ endif(HAVE_BASH)