aboutsummaryrefslogtreecommitdiff
path: root/math/randlib/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
commitdc1177a9a5be3b096b2023326ea54d3152bf1571 (patch)
treefac4efda6d456d2e4eb8e8e61b9c14eda7202813 /math/randlib/Makefile
parent880b5e44bc87f9065a91e444717a092d0661cce9 (diff)
downloadports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz
ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes: svn path=/head/; revision=29630
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r--math/randlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index c7c8394870f4..484aacbc9c92 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -13,6 +13,7 @@ DISTNAME= ranlib.c
MAINTAINER= tg@FreeBSD.org
+INSTALLS_SHLIBS= yes
MAKE_ENV= NOPROFILE=true
WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -29,6 +30,5 @@ post-install:
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so
.endif
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>