diff options
author | billf <billf@FreeBSD.org> | 1999-11-30 23:59:40 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-30 23:59:40 +0800 |
commit | ce6e3750940f4949c2e86a84091f0e97ad6b7d21 (patch) | |
tree | 94ae2cbed074ff8ed31ea242d85485fef040890b /devel/linuxthreads | |
parent | c225606277e9b01fe41c9842c8e687e707287141 (diff) | |
download | freebsd-ports-gnome-ce6e3750940f4949c2e86a84091f0e97ad6b7d21.tar.gz freebsd-ports-gnome-ce6e3750940f4949c2e86a84091f0e97ad6b7d21.tar.zst freebsd-ports-gnome-ce6e3750940f4949c2e86a84091f0e97ad6b7d21.zip |
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 |