diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-06 20:52:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-06 20:52:47 +0000 |
commit | 253379a643eade07fcd91de97a1bddf39562c417 (patch) | |
tree | 56d9695fd3d16785d5346e440ef91b06a62d773e /japanese/gd/pkg-plist | |
parent | db5041299a8a22f2b84222c46c8e7e2f72d290eb (diff) | |
download | freebsd-ports-253379a643eade07fcd91de97a1bddf39562c417.zip |
Make this work in the ELF world.
Diffstat (limited to 'japanese/gd/pkg-plist')
-rw-r--r-- | japanese/gd/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/gd/pkg-plist b/japanese/gd/pkg-plist index 690bfaf2cead..27882d528c38 100644 --- a/japanese/gd/pkg-plist +++ b/japanese/gd/pkg-plist @@ -9,11 +9,10 @@ include/gd/gdfonts.h include/gd/gdfontt.h lib/libgd.a lib/libgd.so -lib/libgd.so.1 lib/libgd.so.1.3 share/examples/gd/demoin.gif share/examples/gd/index.html @dirrm include/gd @dirrm share/examples/gd -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |