diff options
author | elric <elric> | 2012-02-27 17:14:46 +0000 |
---|---|---|
committer | elric <elric> | 2012-02-27 17:14:46 +0000 |
commit | 4fc1f3b5dab8f1328536c5882171378e31bb10f6 (patch) | |
tree | d911ad2388bcec3d5c7625b6319611e000901dbe /databases/tinycdb | |
parent | 748e64bad8e4df52f4f971a0fd9441fb14572904 (diff) | |
download | pkgsrc-4fc1f3b5dab8f1328536c5882171378e31bb10f6.tar.gz |
We also want to build the pic library.
Diffstat (limited to 'databases/tinycdb')
-rw-r--r-- | databases/tinycdb/Makefile | 7 | ||||
-rw-r--r-- | databases/tinycdb/PLIST | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile index 60f4eda34ef..f60357237a7 100644 --- a/databases/tinycdb/Makefile +++ b/databases/tinycdb/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2010/09/11 08:26:04 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/27 17:14:46 elric Exp $ # DISTNAME= tinycdb_0.77 PKGNAME= ${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/ @@ -16,8 +17,8 @@ CONFLICTS+= cdb-[0-9]* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -BUILD_TARGET= all sharedlib -INSTALL_TARGET= install install-sharedlib +BUILD_TARGET= all sharedlib piclib +INSTALL_TARGET= install install-piclib install-sharedlib SUBST_CLASSES+= paths SUBST_STAGE.paths= do-configure diff --git a/databases/tinycdb/PLIST b/databases/tinycdb/PLIST index 8f107e83846..01ea33b942c 100644 --- a/databases/tinycdb/PLIST +++ b/databases/tinycdb/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2010/09/11 08:26:04 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/02/27 17:14:46 elric Exp $ bin/cdb include/cdb.h lib/libcdb.a lib/libcdb.so lib/libcdb.so.1 +lib/libcdb_pic.a lib/pkgconfig/libcdb.pc man/man1/cdb.1 man/man3/cdb.3 |