pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/configure
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 27 18:56:27 UTC 2017
Modified Files:
pkgsrc/mk/configure: cmake.mk
Log Message:
mk/configure/cmake.mk: Fix typos in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/configure/cmake.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/configure/cmake.mk
diff -u pkgsrc/mk/configure/cmake.mk:1.14 pkgsrc/mk/configure/cmake.mk:1.15
--- pkgsrc/mk/configure/cmake.mk:1.14 Fri Oct 21 11:13:35 2016
+++ pkgsrc/mk/configure/cmake.mk Wed Dec 27 18:56:27 2017
@@ -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