summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-22 17:59:11 +0000
committerjlam <jlam>2001-08-22 17:59:11 +0000
commit0ba5d8c91269e955ef5ae639d348f70256a67df2 (patch)
tree34db4935355f950f4a543e13ff5d495ede5c128b /Packages.txt
parent060893d4e7782bd7ef6e0cb22b1b770195d4aa6c (diff)
downloadpkgsrc-0ba5d8c91269e955ef5ae639d348f70256a67df2.tar.gz
Minor clarifications for buildlink section.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index f75961f340c..091bf819f00 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.178 2001/08/22 17:53:30 jlam Exp $
+# $NetBSD: Packages.txt,v 1.179 2001/08/22 17:59:11 jlam Exp $
###########################################################################
==========================
@@ -1516,7 +1516,7 @@ buildlink.mk file in a package's Makefile, which does the following:
(1b) Creates a directory ${BUILDLINK_DIR}, by default set to a
subdirectory of ${WRKDIR};
- (1c) Links all the headers and libraries for that package into
+ (1c) Links all the headers and libraries for that dependency into
${BUILDLINK_DIR}/include and ${BUILDLINK_DIR}/lib, respectively;
(1d) Prepends -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, CXXFLAGS,
@@ -1552,7 +1552,7 @@ ${X11BASE}.
==============================
Most of the work done by buildlink.mk files is encapsulated and shared
-through bsd.buildlink.mk, which is included by package buildlink.mk files.
+through bsd.buildlink.mk, which is included by packages' buildlink.mk files.
Please see the comments at the top of bsd.buildlink.mk for complete
documentation on how to use the file. A simple example of a buildlink.mk
for a mythical package foo follows: