summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-29 14:02:28 +0000
committerwiz <wiz>2002-08-29 14:02:28 +0000
commit02e9e072e6329e45e4188ae85750b82261f8fb37 (patch)
treea4ac1442298ed0daff108559960e98ad2a1b1461 /mk
parentdbef4ea5cad9b98ff4ca655917ba372535554e9d (diff)
downloadpkgsrc-02e9e072e6329e45e4188ae85750b82261f8fb37.tar.gz
Remove superfluous 'be'. pkg/18104 by Julio Merino.
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink2/buildlink2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink2/buildlink2.txt b/mk/buildlink2/buildlink2.txt
index 88e0e693518..901f733c3c8 100644
--- a/mk/buildlink2/buildlink2.txt
+++ b/mk/buildlink2/buildlink2.txt
@@ -1,4 +1,4 @@
-$NetBSD: buildlink2.txt,v 1.4 2002/08/25 22:16:44 jlam Exp $
+$NetBSD: buildlink2.txt,v 1.5 2002/08/29 14:02:28 wiz Exp $
The buildlink2 framework is a departure from the original buildlink
framework, which tries to do its work up-front before the configure
@@ -53,7 +53,7 @@ A: There are several reasons:
Q: How does this affect packages that use the existing buildlink framework?
A: The buildlink and buildlink2 frameworks can coexist within pkgsrc, but
- packages that use the new framework must be use it exclusively, i.e. a
+ packages that use the new framework must use it exclusively, i.e. a
package Makefile can't include both buildlink.mk and buildlink2.mk
files. Packages that use the old framework can continue to do so, but
it is encouraged that they convert to the new buildlink2 framework for