diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /math/eispack | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 4 | ||||
-rw-r--r-- | math/eispack/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 6f1e50f4470c..cefb32887f6a 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas DIST_SUBDIR= ${PORTNAME} +INSTALLS_SHLIBS= yes NO_WRKSUBDIR= yes SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ @@ -40,7 +41,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/eispack/pkg-plist b/math/eispack/pkg-plist index faac536aa519..1e43f8737c31 100644 --- a/math/eispack/pkg-plist +++ b/math/eispack/pkg-plist @@ -1,5 +1,3 @@ lib/libeispack.a lib/libeispack.so lib/libeispack.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R |