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/gsl | |
| parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
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 e2fd4c0f4225..f15d0d429f9c 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 2208656de882..849c57a09670 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 |
