diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 07:45:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 07:45:34 +0000 |
commit | 482a7bc1f24468422aee865d01b3a51021d4ecdb (patch) | |
tree | a5efe8e65471b4305cea0e3de272b370a44a5d03 /japanese/tcl76 | |
parent | b1043b0106d46943dddf02c8181c1695b5b810be (diff) |
You should list the ELF shlib name if the a.out name ends with a ".0".
Notes
Notes:
svn path=/head/; revision=13507
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tcl76/pkg-plist b/japanese/tcl76/pkg-plist index 12687065dc38..f0e687e3bbfe 100644 --- a/japanese/tcl76/pkg-plist +++ b/japanese/tcl76/pkg-plist @@ -1,5 +1,5 @@ lib/libtcl76jp.a -lib/libtcl76jp.so.1.0 +lib/libtcl76jp.so.1 lib/libtcl76jp.so @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |