Move the tdb.h header to a subdirectory, avoiding a conflict with
forthcoming samba update.
This commit is contained in:
parent
094796a27c
commit
1c27a83066
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/07/30 15:36:34 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/03/22 09:38:36 sthen Exp $
|
||||
|
||||
COMMENT= trivial database library
|
||||
|
||||
DISTNAME= tdb-1.0.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS+= tdb 1.0
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tdb/}
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_ARGS= --includedir=${TRUEPREFIX}/include/tdb
|
||||
AUTOCONF_VERSION=2.13
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/28 21:37:26 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/03/22 09:38:36 sthen Exp $
|
||||
%%SHARED%%
|
||||
include/tdb.h
|
||||
include/tdb/
|
||||
include/tdb/tdb.h
|
||||
lib/libtdb.a
|
||||
lib/libtdb.la
|
||||
@man man/man3/tdb.3
|
||||
|
Loading…
Reference in New Issue
Block a user