mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
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)
11 lines
402 B
Text
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})
|