diff options
-rw-r--r-- | mk/bsd.pkg.mk | 4 | ||||
-rw-r--r-- | mk/buildlink3/TODO | 4 | ||||
-rw-r--r-- | net/dlint/MESSAGE | 4 | ||||
-rw-r--r-- | security/pks/Makefile | 4 | ||||
-rw-r--r-- | www/ap-jk/DESCR | 2 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.common | 4 | ||||
-rw-r--r-- | www/netscape7/Makefile | 4 |
7 files changed, 13 insertions, 13 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 diff --git a/net/dlint/MESSAGE b/net/dlint/MESSAGE index 55b080472cf..72cf59ef111 100644 --- a/net/dlint/MESSAGE +++ b/net/dlint/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/11/11 05:57:37 hubertf Exp $ +$NetBSD: MESSAGE,v 1.2 2004/01/20 22:17:06 snj Exp $ - The dlint package needs a working "dig" binary to do it's work. + The dlint package needs a working "dig" binary to do its work. If your operating system doesn't come which one (e.g. on Solaris 7 and 8), then please install one of the "bind" packages! diff --git a/security/pks/Makefile b/security/pks/Makefile index 1b74d40e53b..94351ff95c3 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/01/28 22:04:07 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 22:17:55 snj Exp $ DISTNAME= pks-0.9.4 CATEGORIES= security www @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --datadir=${PREFIX}/share/pks CONFIGURE_ARGS+= --localstatedir=/var/pks # -# pksd doesn't actually look for it's config file anywhere; it must be +# pksd doesn't actually look for its config file anywhere; it must be # specified directly on the command-line. Setting sysconfdir here just # causes the example pksd.conf file to be installed at the named location. # diff --git a/www/ap-jk/DESCR b/www/ap-jk/DESCR index 86f2858354f..fc3ea83db0c 100644 --- a/www/ap-jk/DESCR +++ b/www/ap-jk/DESCR @@ -1,7 +1,7 @@ Tomcat is the Java Servlet / Java Server Page environment produced by the Apache Foundation's Jakarta Project. Tomcat can be run as a standalone web server with Servlet and JSP support, or using Apache -Server as it's web server via the mod_jk Apache module (the +Server as its web server via the mod_jk Apache module (the www/ap-jk package). mod_jk is a replacement to the elderly mod_jserv. It is a completely diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 5014bd0b30b..2b584f01431 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/01/20 12:27:59 agc Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/01/20 22:20:46 snj Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -30,7 +30,7 @@ USE_PKGINSTALL= YES .include "../../mk/bsd.prefs.mk" -# everything specific to your OS/Arch goes into it's own Makefile +# everything specific to your OS/Arch goes into its own Makefile # group together i386, i486, i586 and i686 (for Linux) ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g} diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index a9cf3d72ff1..bc2ecba2fc3 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:27:59 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/20 22:21:09 snj Exp $ # DISTNAME= netscape-i686-pc-linux-gnu-sea @@ -90,7 +90,7 @@ do-install: .include "../../mk/bsd.prefs.mk" -# everything specific to your OS/Arch goes into it's own Makefile +# everything specific to your OS/Arch goes into its own Makefile # group together i386, i486, i586 and i686 (for Linux) ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g} |