diff options
author | Brad King <brad.king@kitware.com> | 2023-11-16 15:37:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 14:58:21 (GMT) |
commit | 2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch) | |
tree | 35ee84cee04924eb7112971ebff1e5b80d818b90 /Help/cpack_gen | |
parent | f2776ac063e45fea91e4d496a910a0a6d10ed064 (diff) | |
download | CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/freebsd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/cpack_gen/freebsd.rst b/Help/cpack_gen/freebsd.rst index e97ba49..2a4a308 100644 --- a/Help/cpack_gen/freebsd.rst +++ b/Help/cpack_gen/freebsd.rst @@ -19,9 +19,9 @@ be used on FreeBSD, DragonflyBSD, NetBSD, OpenBSD, but also on Linux or OSX, depending on the installed package-management tools -- using :module:`CPack`. The CPack FreeBSD generator is a :module:`CPack` generator and uses the -:variable:`!CPACK_XXX` variables used by :module:`CPack`. It tries to re-use packaging +:variable:`!CPACK_XXX` variables used by :module:`CPack`. It tries to reuse packaging information that may already be specified for Debian packages for the -:cpack_gen:`CPack DEB Generator`. It also tries to re-use RPM packaging +:cpack_gen:`CPack DEB Generator`. It also tries to reuse RPM packaging information when Debian does not specify. The CPack FreeBSD generator should work on any host with libpkg installed. The |