diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /math/eispack | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
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 6f1e50f4470..cefb32887f6 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 faac536aa51..1e43f8737c3 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 |