diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-27 18:56:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-27 18:56:27 +0000 |
commit | 295a797d2f46d888c67fd7fccef2cba0909ac262 (patch) | |
tree | d019c3d8d75bd25c7898dff185c18e74d8e22bb1 /mk | |
parent | a4efb03b13c2c54bd6bbe4d9f50108ef238ad076 (diff) | |
download | pkgsrc-295a797d2f46d888c67fd7fccef2cba0909ac262.tar.gz |
mk/configure/cmake.mk: Fix typos in comments.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/configure/cmake.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/configure/cmake.mk b/mk/configure/cmake.mk index 994d65dbafb..1929003f57a 100644 --- a/mk/configure/cmake.mk +++ b/mk/configure/cmake.mk @@ -1,4 +1,4 @@ -# $NetBSD: cmake.mk,v 1.14 2016/10/21 11:13:35 kamil Exp $ +# $NetBSD: cmake.mk,v 1.15 2017/12/27 18:56:27 wiz Exp $ # # This file handles packages that use CMake as their primary build # system. For more information about CMake, see http://www.cmake.org/. @@ -17,10 +17,10 @@ # # CMAKE_PREFIX_PATH # A list of directories to add the CMAKE_PREFIX_PATH cmake variable. -# If a package installs it's contents in ${PREFIX}/package instead of +# If a package installs its contents in ${PREFIX}/package instead of # ${PREFIX} and it installs cmake modules there -# "CMAKE_PREFIX_PATH += ${PREFIX}/package" should be in it's -# buildlink3.mk so that packages that depend on it can find it's +# "CMAKE_PREFIX_PATH += ${PREFIX}/package" should be in its +# buildlink3.mk so that packages that depend on it can find its # cmake modules if they use cmake to build. # # CMAKE_USE_GNU_INSTALL_DIRS |