summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /devel/pth
parentSecond round of INSTALL_SHLIBS=yes fixes. (diff)
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
-rw-r--r--devel/pth/pkg-plist2
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 8c7e6bb8cb3a..e48d2f5dc81b 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= pth
MAINTAINER= rse@engelschall.com
+INSTALL_SHLIBS= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
@@ -30,7 +31,4 @@ post-build:
test:
@cd ${WRKSRC} && ${MAKE} test
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist
index c8b3b060bafc..d8e5f47b8d1b 100644
--- a/devel/pth/pkg-plist
+++ b/devel/pth/pkg-plist
@@ -10,6 +10,4 @@ lib/libpthread.a
lib/libpthread.la
lib/libpthread.so
lib/libpthread.so.13
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/aclocal/pth.m4