diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 | ||||
-rw-r--r-- | mk/buildlink3/TODO | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 79cb2bdabb7..1e3c5a6fa64 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1349 2004/01/19 23:47:41 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1350 2004/01/20 22:15:21 snj Exp $ # # This file is in the public domain. # @@ -909,7 +909,7 @@ MAKEFLAGS+= ${def:C/=.*//}=${_dir_${def:C/=.*//}} # Set the CLASSPATH for Java packages. This must come after EVAL_PREFIX # is evaluated because PKG_JAVA_HOME is used in a .if.endif conditional, -# and it's value is indirectly set by EVAL_PREFIX. +# and its value is indirectly set by EVAL_PREFIX. # .if defined(USE_JAVA) . if exists(${PKG_JAVA_HOME}/lib/${_JAVA_BASE_CLASSES}) diff --git a/mk/buildlink3/TODO b/mk/buildlink3/TODO index c613311c298..2eb148be774 100644 --- a/mk/buildlink3/TODO +++ b/mk/buildlink3/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.2 2003/09/02 06:59:53 jlam Exp $ +$NetBSD: TODO,v 1.3 2004/01/20 22:16:02 snj Exp $ Package views integration plan: ============================== @@ -7,7 +7,7 @@ Package views integration plan: install depoted packages if PKG_INSTALLATION_TYPE is set to "pkgviews" in the package Makefile, and to add the depoted package to the default view. The depoted package will include - all of it's metadata files in the depot directory, and we rely + all of its metadata files in the depot directory, and we rely on pkg_view to copy the metadata files into /var/db/pkg as part of adding the package to the default view. We only support the default view. Depoted packages will install into |