diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 20:13:16 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 20:13:16 +0000 |
commit | 32d174660a79cada92a38721149b27da2d09d927 (patch) | |
tree | 2eb0568567fde72064ff18eaed982b8145df5217 /math/randlib | |
parent | 37b11f108860fca099315a5bf772aa51eed5f864 (diff) | |
download | FreeBSD-ports-32d174660a79cada92a38721149b27da2d09d927.zip FreeBSD-ports-32d174660a79cada92a38721149b27da2d09d927.tar.gz |
Convert to ELF.
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist index 9527c6a..e900c33 100644 --- a/math/randlib/pkg-plist +++ b/math/randlib/pkg-plist @@ -1,8 +1,9 @@ include/ranlib.h lib/libranlib.a -lib/libranlib.so.1.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R +lib/libranlib.so +lib/libranlib.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/ranlib/Basegen.c.doc share/doc/ranlib/ranlib.c.chs share/doc/ranlib/ranlib.c.fdoc |