瀏覽代碼

Help/cpack_gen/freebsd: improve wording for Debian fallbacks

Documentation should describe what happens, and "we may as well" seems
way too conversational.
Ben Boeckel 4 年之前
父節點
當前提交
ece24b343a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Help/cpack_gen/freebsd.rst

+ 2 - 2
Help/cpack_gen/freebsd.rst

@@ -74,7 +74,7 @@ the RPM information (e.g. package license).
   * Default:
 
     - :variable:`CPACK_DEBIAN_PACKAGE_DESCRIPTION` (this may be set already
-      for Debian packaging, so we may as well re-use it).
+      for Debian packaging, so it is used as a fallback).
 
 .. variable:: CPACK_FREEBSD_PACKAGE_WWW
 
@@ -87,7 +87,7 @@ the RPM information (e.g. package license).
 
    - :variable:`CMAKE_PROJECT_HOMEPAGE_URL`, or if that is not set,
      :variable:`CPACK_DEBIAN_PACKAGE_HOMEPAGE` (this may be set already
-     for Debian packaging, so we may as well re-use it).
+     for Debian packaging, so it is used as a fallback).
 
   .. versionadded:: 3.12
     The ``CMAKE_PROJECT_HOMEPAGE_URL`` variable.