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/bihar | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'math/bihar')
-rw-r--r-- | math/bihar/Makefile | 3 | ||||
-rw-r--r-- | math/bihar/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index b50dace2ab13..cc70f91f6939 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty +INSTALLS_SHLIBS= yes + .include <bsd.port.pre.mk> post-extract: @@ -38,6 +40,5 @@ post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist index 6151d6fd3ca8..049c95bec318 100644 --- a/math/bihar/pkg-plist +++ b/math/bihar/pkg-plist @@ -2,6 +2,4 @@ lib/libbihar.a lib/libbihar.so lib/libbihar.so.1 share/doc/fftpack/fft.doc.gz -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/fftpack |