opnsense-ports/math/plplot/files/patch-scripts__CMakeLists.txt
Franco Fichtner bca9d43fda */*: sync with upstream
Taken from: FreeBSD
2015-04-24 06:54:23 +02:00

11 lines
402 B
Text

--- scripts/CMakeLists.txt.orig 2015-04-12 10:08:04 UTC
+++ scripts/CMakeLists.txt
@@ -28,7 +28,7 @@ if(HAVE_BASH)
)
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 "")
install(PROGRAMS ${scripts_SCRIPTS} DESTINATION ${BIN_DIR})