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/gsl | |
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/gsl')
-rw-r--r-- | math/gsl/Makefile | 1 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index e2fd4c0f422..f15d0d429f9 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -21,6 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= andrew@chg.ru USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes GSLREF= gsl-ref.ps.gz post-install: diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 2208656de88..849c57a0967 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -220,8 +220,6 @@ lib/libgslblascblas.so.0 lib/libgslblasnative.a lib/libgslblasnative.so lib/libgslblasnative.so.0 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R share/aclocal/gsl.m4 share/doc/gsl/gsl-ref.ps @dirrm include/gsl |