diff options
author | obache <obache> | 2008-10-25 06:20:08 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-25 06:20:08 +0000 |
commit | 85a62b6a4e396403e51cdb0251aa75893aea70f2 (patch) | |
tree | 4660798e4ba17e178a70f251b2f18b087508a2a0 /databases | |
parent | 894971c3b771af1ab01f2e0338e77e3a5f7d4a26 (diff) | |
download | pkgsrc-85a62b6a4e396403e51cdb0251aa75893aea70f2.tar.gz |
Fixes shlib names for ELF.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tokyotyrant/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/tokyotyrant/PLIST b/databases/tokyotyrant/PLIST index bbccad7ae46..e31382718ab 100644 --- a/databases/tokyotyrant/PLIST +++ b/databases/tokyotyrant/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/10/19 12:36:01 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/10/25 06:20:08 obache Exp $ bin/tcrmgr bin/tcrmttest bin/tcrtest @@ -8,10 +8,10 @@ bin/ttultest include/tcrdb.h include/tculog.h include/ttutil.h -lib/libtokyotyrant.1.24.0.so -lib/libtokyotyrant.1.so lib/libtokyotyrant.a lib/libtokyotyrant.so +lib/libtokyotyrant.so.1 +lib/libtokyotyrant.so.1.24.0 lib/pkgconfig/tokyotyrant.pc man/man1/tcrmgr.1 man/man1/tcrmttest.1 |