aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linuxthreads/Makefile')
-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"