git: 4785287ca3c7 - main - devel/tclap: Add forgotten files/ directory.

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 7 10:07:29 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4785287ca3c778f13e5c2b82d07dd00c3a72bf7f

commit 4785287ca3c778f13e5c2b82d07dd00c3a72bf7f
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-07 10:07:04 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-07 10:07:04 +0000

    devel/tclap: Add forgotten files/ directory.
---
 devel/tclap/files/patch-CMakeLists.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/devel/tclap/files/patch-CMakeLists.txt b/devel/tclap/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..55470e0a172a
--- /dev/null
+++ b/devel/tclap/files/patch-CMakeLists.txt
@@ -0,0 +1,16 @@
+--- CMakeLists.txt.orig	2021-09-07 09:26:56 UTC
++++ CMakeLists.txt
+@@ -25,7 +25,13 @@ install(FILES "${PROJECT_BINARY_DIR}/tclap/TCLAPConfig
+   DESTINATION include/tclap
+   )
+ 
++if (FREEBSD_DOCS)
+ add_subdirectory(docs)
++endif()
++if (FREEBSD_EXAMPLES)
+ add_subdirectory(examples)
++endif()
++if (FREEBSD_TESTS)
+ add_subdirectory(tests)
++endif()
+ add_subdirectory(include/tclap)


More information about the dev-commits-ports-main mailing list