aboutsummaryrefslogtreecommitdiffstats
path: root/math/linpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/linpack/Makefile')
-rw-r--r--math/linpack/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 7b570b12eede..9c5d1fd3fcb1 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
+INSTALLS_SHLIBS= yes
DIST_SUBDIR= ${PORTNAME}
NO_WRKSUBDIR= yes
@@ -53,7 +54,4 @@ do-extract:
pre-build:
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>