diff options
author | dmcmahill <dmcmahill> | 2000-07-07 17:30:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-07 17:30:27 +0000 |
commit | 36a1665f6ce8d8f5f82fcf61d66d947767d6bf87 (patch) | |
tree | b0000ed4f1edf720d379dca10699b3ea125edc42 /databases/freetds | |
parent | 997f26f7e299ec7f2086a4f0fb3c6b77f057f099 (diff) | |
download | pkgsrc-36a1665f6ce8d8f5f82fcf61d66d947767d6bf87.tar.gz |
several PLIST fixes:
- add missing @dirrm's
- remove ELF shared library links (libfoo.so, libfoo.so.0) as these are handled
automatically and break a.out if listed.
- fix incorrect file name
Diffstat (limited to 'databases/freetds')
-rw-r--r-- | databases/freetds/pkg/PLIST | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/freetds/pkg/PLIST b/databases/freetds/pkg/PLIST index 49de50c0284..8c37ff2f79a 100644 --- a/databases/freetds/pkg/PLIST +++ b/databases/freetds/pkg/PLIST @@ -1,17 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/07/07 17:30:27 dmcmahill Exp $ freetds/lib/libtds.so.0.0 -freetds/lib/libtds.so.0 -freetds/lib/libtds.so freetds/lib/libtds.la freetds/lib/libtds.a freetds/lib/libct.so.0.0 -freetds/lib/libct.so.0 -freetds/lib/libct.so freetds/lib/libct.la freetds/lib/libct.a freetds/lib/libsybdb.so.0.0 -freetds/lib/libsybdb.so.0 -freetds/lib/libsybdb.so freetds/lib/libsybdb.la freetds/lib/libsybdb.a freetds/include/cspublic.h @@ -27,4 +21,7 @@ freetds/include/sqldb.h freetds/include/sqlfront.h freetds/include/tds.h freetds/include/tdsver.h -freetds/interfaces.example +freetds/interfaces +@dirrm freetds/include +@dirrm freetds/lib +@dirrm freetds |