diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 04:13:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 04:13:16 +0800 |
commit | 32d174660a79cada92a38721149b27da2d09d927 (patch) | |
tree | 2eb0568567fde72064ff18eaed982b8145df5217 /math/bihar/pkg-plist | |
parent | 37b11f108860fca099315a5bf772aa51eed5f864 (diff) | |
download | freebsd-ports-graphics-32d174660a79cada92a38721149b27da2d09d927.tar.gz freebsd-ports-graphics-32d174660a79cada92a38721149b27da2d09d927.tar.zst freebsd-ports-graphics-32d174660a79cada92a38721149b27da2d09d927.zip |
Convert to ELF.
Diffstat (limited to 'math/bihar/pkg-plist')
-rw-r--r-- | math/bihar/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist index 189e233af11..6151d6fd3ca 100644 --- a/math/bihar/pkg-plist +++ b/math/bihar/pkg-plist @@ -1,6 +1,7 @@ lib/libbihar.a -lib/libbihar.so.1.0 +lib/libbihar.so +lib/libbihar.so.1 share/doc/fftpack/fft.doc.gz -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/fftpack |