diff options
author | asami <asami@FreeBSD.org> | 1998-09-28 07:45:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-28 07:45:34 +0000 |
commit | 05346abd4f6a72a17b20e79c68b4b29dd0622200 (patch) | |
tree | c37ac252426d0b130bbb79f17ad51340cffea48a /japanese | |
parent | 003f21ef5c9e199a6a78ad15b41791d2e6fd2550 (diff) | |
download | FreeBSD-ports-05346abd4f6a72a17b20e79c68b4b29dd0622200.zip FreeBSD-ports-05346abd4f6a72a17b20e79c68b4b29dd0622200.tar.gz |
You should list the ELF shlib name if the a.out name ends with a ".0".
Diffstat (limited to 'japanese')
-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 1268706..f0e687e 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 |