diff options
Diffstat (limited to 'math/dcdflib/Makefile')
-rw-r--r-- | math/dcdflib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/dcdflib/Makefile b/math/dcdflib/Makefile index d00fd3331669..47a5d518a494 100644 --- a/math/dcdflib/Makefile +++ b/math/dcdflib/Makefile @@ -15,9 +15,7 @@ COMMENT= Library of C Routines for Cumulative Distribution Functions WRKSRC= ${WRKDIR}/dcdflib.c/src -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> +USE_LDCONFIG= yes post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -29,8 +27,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/../doc/dcdflib.fdoc ${PREFIX}/share/doc/dcdflib @${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/dcdflib .endif -.if ${PORTOBJFORMAT} == "aout" - @${LN} -sf libdcdflib.so.1.1 ${PREFIX}/lib/libdcdflib.so -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |