diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-23 20:45:53 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-23 20:45:53 +0000 |
commit | 31e683143f6c4c25c64990b37068e95cb6df5a51 (patch) | |
tree | c3484b4c6250800b3b28766313b04ed80f14501c /math/eispack/pkg-plist | |
parent | 64e9275a2cfaee8e13bb41ab80e7ee087e920915 (diff) |
remove aout support
Notes
Notes:
svn path=/head/; revision=26989
Diffstat (limited to 'math/eispack/pkg-plist')
-rw-r--r-- | math/eispack/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/pkg-plist b/math/eispack/pkg-plist index 63aad1e7db18..faac536aa519 100644 --- a/math/eispack/pkg-plist +++ b/math/eispack/pkg-plist @@ -1,5 +1,5 @@ lib/libeispack.a 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 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R |