summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-30 15:59:40 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-30 15:59:40 +0000
commit22a4d4918b49f4620e4be4f4108b6cb04b64dfa2 (patch)
tree73d7ec2ca77a7a964dfdac1791acdc9ac7e90081 /devel
parentReviewed by: Russell Carter (diff)
Smarter WRKSRC definition.
Notes
Notes: svn path=/head/; revision=23512
Diffstat (limited to 'devel')
-rw-r--r--devel/linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 2c68dc097645..cc4de95e5936 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -19,7 +19,7 @@ threads_files= _atomic_lock.S libc_spinlock.h uthread_rwlock.c \
README.FreeBSD getgr_r.c syscalls.c libc_thread.c pthread_stack.h \
stack.c stack_attr.c pthread_rw.h pthread_private.h
-WRKSRC= ${WRKDIR}/linuxthreads-0.71
+WRKSRC= ${WRKDIR}/${PKGNAME}
SRC_BASE= /usr/src
LIBSRC_BASE= ${SRC_BASE}/lib