diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 15:59:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 15:59:40 +0000 |
commit | 22a4d4918b49f4620e4be4f4108b6cb04b64dfa2 (patch) | |
tree | 73d7ec2ca77a7a964dfdac1791acdc9ac7e90081 /devel/linuxthreads | |
parent | Reviewed by: Russell Carter (diff) |
Smarter WRKSRC definition.
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r-- | devel/linuxthreads/Makefile | 2 |
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 |