aboutsummaryrefslogtreecommitdiff
path: root/math/dcdflib/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-27 14:38:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-27 14:38:12 +0000
commit101ddee4f74c3e0b6029b38814919068bfcf55fd (patch)
tree5f46d3cb5f92fc618f3894f8c24741cf34004d32 /math/dcdflib/Makefile
parent6ccfe3b6b313fd758c6b67bae4128db53387aa58 (diff)
downloadports-101ddee4f74c3e0b6029b38814919068bfcf55fd.tar.gz
ports-101ddee4f74c3e0b6029b38814919068bfcf55fd.zip
Notes
Diffstat (limited to 'math/dcdflib/Makefile')
-rw-r--r--math/dcdflib/Makefile9
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>