ports/math/plplot/files/patch-scripts__CMakeLists.txt
Thierry Thomas 015bed6ef7 - Upgrade to 5.9.10
Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/

- Pet portlint

- Use staging.
2013-10-02 13:17:06 +00:00

11 lines
436 B
Text

--- scripts/CMakeLists.txt.orig 2012-01-04 16:45:07.000000000 +0100
+++ scripts/CMakeLists.txt 2013-10-01 23:16:18.000000000 +0200
@@ -28,7 +28,7 @@
)
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})