From d1c6bb07b53c67659a36cb8ac5c28862d8c5054c Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 24 May 2001 08:58:24 +0000 Subject: Make instructions for use more explicit, and correct a typo in the comments (WRKSRC should be WRKDIR). --- devel/readline/buildlink.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/readline') diff --git a/devel/readline/buildlink.mk b/devel/readline/buildlink.mk index f15d8e31f20..485990d15d6 100644 --- a/devel/readline/buildlink.mk +++ b/devel/readline/buildlink.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink.mk,v 1.1 2001/05/24 08:53:56 jlam Exp $ +# $NetBSD: buildlink.mk,v 1.2 2001/05/24 08:58:25 jlam Exp $ # # This Makefile fragment is included by packages that use readline(). # # If readline() is not present in the base system through libedit, then a # dependency on devel/readline is added, the appropriate headers are linked -# into ${BUILDLINK_INCDIR} (${WRKSRC}/include), and the appropriate libraries -# are linked into ${BUILDLINK_LIBDIR} (${WRKSRC}/lib). +# into ${BUILDLINK_INCDIR} (${WRKDIR}/include), and the appropriate libraries +# are linked into ${BUILDLINK_LIBDIR} (${WRKDIR}/lib). # # To use this Makefile fragment, simply: # -- cgit v1.2.3