summaryrefslogtreecommitdiff
path: root/games/gnome-chess/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-18 14:55:54 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-18 14:55:54 +0000
commitdea9abf569e6bf5f024e032f5c7ed7656781f75e (patch)
tree26f00e45e25757159b4808978c93e8b672cac4c4 /games/gnome-chess/Makefile
parente3f5102cf0fedade45366b1f342d152434e80e57 (diff)
downloadpkgsrc-dea9abf569e6bf5f024e032f5c7ed7656781f75e.tar.gz
Use the omf.mk file provided by the scrollkeeper package to automatically
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.
Diffstat (limited to 'games/gnome-chess/Makefile')
-rw-r--r--games/gnome-chess/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile
index f2fba7d4efa..877d37c93cf 100644
--- a/games/gnome-chess/Makefile
+++ b/games/gnome-chess/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2002/12/24 06:10:02 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2003/02/18 14:55:58 jmmv Exp $
DISTNAME= gnome-chess-0.3.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
@@ -13,9 +13,8 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
-.include "../../textproc/scrollkeeper/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"