summaryrefslogtreecommitdiff
path: root/devel/readline
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-24 08:58:24 +0000
committerjlam <jlam>2001-05-24 08:58:24 +0000
commit5a10f3fb9337777a72880c4f81cc22162c2e65cd (patch)
tree70371228669bdfaedbba1c91243272d71361935d /devel/readline
parent131cb1116e609a43c2ade4281eb7b6dbaa900389 (diff)
downloadpkgsrc-5a10f3fb9337777a72880c4f81cc22162c2e65cd.tar.gz
Make instructions for use more explicit, and correct a typo in the
comments (WRKSRC should be WRKDIR).
Diffstat (limited to 'devel/readline')
-rw-r--r--devel/readline/buildlink.mk6
1 files changed, 3 insertions, 3 deletions
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:
#