diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /math/linpack | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 4 | ||||
-rw-r--r-- | math/linpack/pkg-plist | 2 |
2 files changed, 1 insertions, 5 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> diff --git a/math/linpack/pkg-plist b/math/linpack/pkg-plist index 0b1f096b2bfc..ac13a937827e 100644 --- a/math/linpack/pkg-plist +++ b/math/linpack/pkg-plist @@ -1,5 +1,3 @@ lib/liblinpack.a lib/liblinpack.so lib/liblinpack.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R |