dea9abf569
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
11 lines
248 B
Makefile
11 lines
248 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/02/18 14:55:56 jmmv Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT= GNU Database access library
|
|
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/libgda.pc.in
|
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|