pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/configure mk/configure/cmake.mk: Fix typos in comme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/208c6fa3d7f8
branches:  trunk
changeset: 373067:208c6fa3d7f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 27 18:56:27 2017 +0000

description:
mk/configure/cmake.mk: Fix typos in comments.

diffstat:

 mk/configure/cmake.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 76226796a99f -r 208c6fa3d7f8 mk/configure/cmake.mk
--- a/mk/configure/cmake.mk     Wed Dec 27 16:54:19 2017 +0000
+++ b/mk/configure/cmake.mk     Wed Dec 27 18:56:27 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index