aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-12 05:30:15 +0800
committermharo <mharo@FreeBSD.org>2000-04-12 05:30:15 +0800
commit51c1b9f9a90a432058792df22dbe12d831d611d0 (patch)
tree00cbaf2438c30cc2a98f2ea38bee208d71f91bf0 /devel/linuxthreads
parent0bf120a84dd4029b5653c00e40bdd783f1805810 (diff)
downloadfreebsd-ports-gnome-51c1b9f9a90a432058792df22dbe12d831d611d0.tar.gz
freebsd-ports-gnome-51c1b9f9a90a432058792df22dbe12d831d611d0.tar.zst
freebsd-ports-gnome-51c1b9f9a90a432058792df22dbe12d831d611d0.zip
PORTNAME/PORTVERSION update
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"