Files
FreeBSD-ports/cad/stepcode/files/patch-doc_CMakeLists.txt
feld 78f0793084 MFH: r448936
cad/stepcode: Fix portlint issues

PR:		221835
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)

Approved by:	ports-secteam (with hat)
2017-09-19 01:03:08 +00:00

12 lines
226 B
Plaintext

--- doc/CMakeLists.txt.orig 2017-08-29 15:56:46 UTC
+++ doc/CMakeLists.txt
@@ -4,7 +4,7 @@ set(sc_MANS
)
if(NOT DEFINED MAN_DIR)
- set(MAN_DIR share/man)
+ set(MAN_DIR man)
endif(NOT DEFINED MAN_DIR)
if(NOT WIN32)