summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-01 23:03:17 +0000
committerjlam <jlam>2001-07-01 23:03:17 +0000
commitbe2a3a1f6334f4a1bbd6eeb32937b80f1044d300 (patch)
treecd478bd363799f13deb3fb0d4642e02ea81ccbdc /Packages.txt
parent1ebc2887efc26e0dd6f588eba637e2526ded9312 (diff)
downloadpkgsrc-be2a3a1f6334f4a1bbd6eeb32937b80f1044d300.tar.gz
In example buildlink.mk file, move inclusion of bsd.buildlink.mk to start
of file.
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 8b699185922..f356627919b 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.169 2001/06/30 21:10:43 jlam Exp $
+# $NetBSD: Packages.txt,v 1.170 2001/07/01 23:03:17 jlam Exp $
###########################################################################
==========================
@@ -1555,6 +1555,8 @@ 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:
+> .include "../../mk/bsd.buildlink.mk"
+>
> BUILDLINK_PREFIX.foo= ${LOCALBASE}
> BUILDLINK_FILES.foo= include/foo.h
> BUILDLINK_FILES.foo+= include/bar.h
@@ -1567,8 +1569,6 @@ for a mythical package foo follows:
>
> pre-configure: foo-buildlink
> foo-buildlink: _BUILDLINK_USE
->
-> .include "../../mk/bsd.buildlink.mk"
8.3 Converting packages to use buildlink.mk files