diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /math/randlib/Makefile | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) | |
download | ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.tar.gz ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.zip |
Notes
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r-- | math/randlib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index bb888416f71d..e1647bcbda71 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -14,12 +14,10 @@ DISTNAME= ranlib.c MAINTAINER= tg@FreeBSD.org COMMENT= Library of Routines for Random Number Generation -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKE_ENV= NOPROFILE=true WRKSRC= ${WRKDIR}/${DISTNAME}/src -.include <bsd.port.pre.mk> - post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -28,8 +26,5 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/ranlib @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib .endif -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |