summaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-09-25 12:21:43 +0000
committerasami <asami@FreeBSD.org>2000-09-25 12:21:43 +0000
commitfef0b77e118c4e03b2418bb7481200cb569bf39c (patch)
treed6f8a4ec3efb295d53b58a994d574ba0e350e745 /devel/linuxthreads
parentf0e2ac052b1ec9f9cbe48e32d98f69268ed91474 (diff)
downloadFreeBSD-ports-fef0b77e118c4e03b2418bb7481200cb569bf39c.zip
FreeBSD-ports-fef0b77e118c4e03b2418bb7481200cb569bf39c.tar.gz
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 2109415..f068e16 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.1.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glibc
-DISTNAME= glibc-linuxthreads-${PORTVERSION}
+DISTFILES= glibc-linuxthreads-${PORTVERSION}.tar.gz
MAINTAINER= jasone@freebsd.org
@@ -27,8 +27,6 @@ threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \
gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \
lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
SRC_BASE= /usr/src
LIBSRC_BASE= ${SRC_BASE}/lib
OpenPOWER on IntegriCloud