summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-23 14:19:09 +0000
committerjlam <jlam>2001-06-23 14:19:09 +0000
commit932429e5c26cdd29268d30fef8b96064fe9b2610 (patch)
tree72937d247a39e1db14b4e15f9cae76c41e4eb6c6 /Packages.txt
parente283ff9f55941f55f8c2c879b3d60b8495dbea1c (diff)
downloadpkgsrc-932429e5c26cdd29268d30fef8b96064fe9b2610.tar.gz
Fix grammar a bit in buildlink.mk section.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/Packages.txt b/Packages.txt
index 97fc1e433e4..2c39de26bdd 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.164 2001/06/21 11:57:03 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.165 2001/06/23 14:19:09 jlam Exp $
###########################################################################
==========================
@@ -1509,18 +1509,18 @@ these files is two-fold:
Goal (1) is accomplished by simply including a package dependency's
buildlink.mk file in a package's Makefile, which does the following:
- (1a) Adding a DEPENDS or BUILD_DEPENDS line for the package.
+ (1a) Adds a DEPENDS or BUILD_DEPENDS line for the package;
- (1b) Creating a directory ${BUILDLINK_DIR}, by default set to a
- subdirectory of ${WRKDIR}.
+ (1b) Creates a directory ${BUILDLINK_DIR}, by default set to a
+ subdirectory of ${WRKDIR};
- (1c) Linking all the headers and libraries for that package into
- ${BUILDLINK_DIR}/include and ${BUILDLINK_DIR}/lib, respectively.
+ (1c) Links all the headers and libraries for that package into
+ ${BUILDLINK_DIR}/include and ${BUILDLINK_DIR}/lib, respectively;
- (1d) Prepending -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, CXXFLAGS,
- and -L${BUILDLINK_DIR}/lib to LDFLAGS.
+ (1d) Prepends -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, CXXFLAGS,
+ and -L${BUILDLINK_DIR}/lib to LDFLAGS;
- (1e) Creating a wrapper script for GTK+-style config scripts, often found
+ (1e) Creates a wrapper script for GTK+-style config scripts, often found
in GNOME software, that translates -I${LOCALBASE}/include and
-L${LOCALBASE}/lib into references into ${BUILDLINK_DIR}.