diff options
Diffstat (limited to 'math/eispack/pkg-plist')
-rw-r--r-- | math/eispack/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/eispack/pkg-plist b/math/eispack/pkg-plist index 4655f81510a5..63aad1e7db18 100644 --- a/math/eispack/pkg-plist +++ b/math/eispack/pkg-plist @@ -1,4 +1,5 @@ lib/libeispack.a -lib/libeispack.so.1.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R +lib/libeispack.so +lib/libeispack.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |