aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
commited33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch)
treebb126f7f4deabe676254cb651c5b8a780976235f /devel/linuxthreads
parentcd551d001ae65b6035a625879180b837df06f895 (diff)
downloadports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz
ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 93500d701b6c..ed381b8fadfa 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -1,24 +1,24 @@
# New ports collection makefile for: linuxthreads
-# Version required: 2.1.2
# Date created: 14 Jan 1999
# Whom: Richard Seaman, Jr. <dick@tar.com>
#
# $FreeBSD$
#
-DISTNAME= glibc-linuxthreads-2.1.2
-PKGNAME= linuxthreads-2.1.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= glibc
-ONLY_FOR_ARCHS= i386
+PORTNAME= linuxthreads
+PORTVERSION= 2.1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= glibc
+DISTNAME= glibc-linuxthreads-${PORTVERSION}
MAINTAINER= jasone@freebsd.org
+
.include <bsd.port.pre.mk>
# This port only works on i386 right now.
-ONLY_FOR_ARCHS=i386
+ONLY_FOR_ARCHS= i386
.if ${OSVERSION} < 400015
BROKEN="Requires FreeBSD 4.0 or newer"