diff options
author | agc <agc@pkgsrc.org> | 2008-08-12 13:11:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-08-12 13:11:30 +0000 |
commit | ec971c16f6611a01ba920fdb6a9bf042dae9a542 (patch) | |
tree | 6b70f4e64ba8ab1d5e1a425e56d9675c70e437c5 /databases/sdbm/PLIST | |
parent | 6fd57fa65e9042d8288d2688198ea5e3c97c3a99 (diff) | |
download | pkgsrc-ec971c16f6611a01ba920fdb6a9bf042dae9a542.tar.gz |
Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION
Diffstat (limited to 'databases/sdbm/PLIST')
-rw-r--r-- | databases/sdbm/PLIST | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/databases/sdbm/PLIST b/databases/sdbm/PLIST index f65fc6299c7..1de37367e69 100644 --- a/databases/sdbm/PLIST +++ b/databases/sdbm/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:51 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/08/12 13:11:30 agc Exp $ +bin/dba +bin/dbd +bin/dbe +bin/dbu include/sdbm.h -lib/libsdbm.a -lib/libsdbm_p.a -lib/libsdbm_pic.a -lib/libsdbm.so -lib/libsdbm.so.1 -lib/libsdbm.so.1.0 +lib/libsdbm.la man/man3/sdbm.3 |