summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
Diffstat (limited to 'mk/buildlink3')
-rw-r--r--mk/buildlink3/PKGVIEWS_UG4
-rw-r--r--mk/buildlink3/README6
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/buildlink3/PKGVIEWS_UG b/mk/buildlink3/PKGVIEWS_UG
index 6e586e3d898..4b5a7fc28d1 100644
--- a/mk/buildlink3/PKGVIEWS_UG
+++ b/mk/buildlink3/PKGVIEWS_UG
@@ -1,4 +1,4 @@
-$NetBSD: PKGVIEWS_UG,v 1.1 2004/01/29 06:03:15 jlam Exp $
+$NetBSD: PKGVIEWS_UG,v 1.1.8.1 2004/12/03 19:15:00 tv Exp $
0 User's Guide to pkgviews
==========================
@@ -44,7 +44,7 @@ Next you will need to add the following line to /etc/mk.conf:
This creates pkgviews packages instead of overwrite packages for any
packages that support it. The packages that do support pkgviews
-can be identified by searching the package Makefile for the the
+can be identified by searching the package Makefile for the
following line:
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/mk/buildlink3/README b/mk/buildlink3/README
index 19699c9283c..77e68b29d7f 100644
--- a/mk/buildlink3/README
+++ b/mk/buildlink3/README
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.4 2003/09/09 09:13:20 jlam Exp $
+$NetBSD: README,v 1.4.10.1 2004/12/03 19:15:00 tv Exp $
0 Package Views
===============
@@ -46,7 +46,7 @@ of pkgsrc, including buildlink2, which conflicted with Alistair's
implementation of package views. In September 2003, Johnny Lam
integrated the functionality on the pkgviews branch into modern
pkgsrc. As part of the integration, a new buildlink3 framework was
-created so that the the ability to isolate builds from differences in
+created so that the ability to isolate builds from differences in
the environment wouldn't be lost.
@@ -68,7 +68,7 @@ view.
The pkg_install tools have been enhanced to handle both binary depoted
packages and binary "overwrite" packages. The pkgsrc internals have
been modified to allow building and installing depoted packages and to
-automatically add a depoted package in the the default view.
+automatically add a depoted package in the default view.
"Overwrite" packages shouldn't be affected by the changes, and can be
freely mixed with pkgviews packages.