aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-07-03 01:44:46 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-07-03 01:44:46 +0000
commit7039a3d205b929d7a13af92de4c4bb5a16f89de5 (patch)
tree40e3a16092eede0814adcd2b43006c2c0df4e9fb /devel/linuxthreads/Makefile
parent53435a94f7baf6c7e8fcb384557b91eb770cbcea (diff)
downloadports-7039a3d205b929d7a13af92de4c4bb5a16f89de5.tar.gz
ports-7039a3d205b929d7a13af92de4c4bb5a16f89de5.zip
Notes
Diffstat (limited to 'devel/linuxthreads/Makefile')
-rw-r--r--devel/linuxthreads/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 387f7f8c9ead..e8c3acafb909 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -7,16 +7,16 @@
PORTNAME= linuxthreads
PORTVERSION= 2.2.3
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glibc
DISTNAME= glibc-linuxthreads-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= scjamorim@bsd.com.br
COMMENT= POSIX pthreads implementation using rfork to generate kernel threads
-BROKEN= leaves file on deinstall
+USE_LDCONFIG= yes
.if defined(LINUXTHREADS_WRAP_API)
USE_PERL5_BUILD=true
@@ -226,12 +226,8 @@ pre-su-install:
.endif
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
- ${LDCONFIG} -m /usr/lib
${CAT} ${PKGMESSAGE}
-# @sh ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.if defined(NO_PROFILE)
PLIST_SUB= PROFILE:="@comment "
.else