diff options
author | Adriaan de Groot <groot@kde.org> | 2022-07-05 12:33:59 (GMT) |
---|---|---|
committer | Adriaan de Groot <groot@kde.org> | 2022-07-05 12:33:59 (GMT) |
commit | 50580af6456ce178fc8ad69ec3aa19371c25be1e (patch) | |
tree | f87d0b20bb1b15de80d040f6e01ea799b630c4da | |
parent | 1b61cd1597068dbba2ef1ac6018339cf91c19b70 (diff) | |
download | CMake-50580af6456ce178fc8ad69ec3aa19371c25be1e.zip CMake-50580af6456ce178fc8ad69ec3aa19371c25be1e.tar.gz CMake-50580af6456ce178fc8ad69ec3aa19371c25be1e.tar.bz2 |
FreeBSD (docs): repair errors in documentation of FreeBSD-cpack
-rw-r--r-- | Help/cpack_gen/freebsd.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Help/cpack_gen/freebsd.rst b/Help/cpack_gen/freebsd.rst index f429bc5..faf8c74 100644 --- a/Help/cpack_gen/freebsd.rst +++ b/Help/cpack_gen/freebsd.rst @@ -62,8 +62,6 @@ the RPM information (e.g. package license). - :variable:`CPACK_PACKAGE_DESCRIPTION_SUMMARY` (this is always set by CPack itself, if nothing else sets it explicitly). - - :variable:`PROJECT_DESCRIPTION` (this can be set with the DESCRIPTION - parameter for :command:`project`). .. variable:: CPACK_FREEBSD_PACKAGE_DESCRIPTION @@ -75,6 +73,10 @@ the RPM information (e.g. package license). - :variable:`CPACK_DEBIAN_PACKAGE_DESCRIPTION` (this may be set already for Debian packaging, so it is used as a fallback). + - :variable:`CPACK_PACKAGE_DESCRIPTION_SUMMARY` (this is always set + by CPack itself, if nothing else sets it explicitly). + - :variable:`PROJECT_DESCRIPTION` (this can be set with the DESCRIPTION + parameter for :command:`project`). .. variable:: CPACK_FREEBSD_PACKAGE_WWW @@ -85,12 +87,12 @@ the RPM information (e.g. package license). * Mandatory: YES * Default: - - :variable:`CMAKE_PROJECT_HOMEPAGE_URL`, or if that is not set, - :variable:`CPACK_DEBIAN_PACKAGE_HOMEPAGE` (this may be set already + - :variable:`CPACK_PACKAGE_HOMEPAGE_URL`, or if that is not set, + - :variable:`CPACK_DEBIAN_PACKAGE_HOMEPAGE` (this may be set already for Debian packaging, so it is used as a fallback). .. versionadded:: 3.12 - The ``CMAKE_PROJECT_HOMEPAGE_URL`` variable. + The ``CPACK_PACKAGE_HOMEPAGE_URL`` variable. .. variable:: CPACK_FREEBSD_PACKAGE_LICENSE |