summaryrefslogtreecommitdiff
path: root/games/gnome-games
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 14:55:54 +0000
committerjmmv <jmmv>2003-02-18 14:55:54 +0000
commit89ed14603ef6f82dc5fe599763f54b41a7727e26 (patch)
tree26f00e45e25757159b4808978c93e8b672cac4c4 /games/gnome-games
parentac84fe1226d95f9ffa3d0916a0deaedefac45c4e (diff)
downloadpkgsrc-89ed14603ef6f82dc5fe599763f54b41a7727e26.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-games')
-rw-r--r--games/gnome-games/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 02de1d3a820..cb29a14db9e 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2003/01/10 10:18:31 mycroft Exp $
+# $NetBSD: Makefile,v 1.49 2003/02/18 14:55:58 jmmv Exp $
DISTNAME= gnome-games-1.4.0.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/1.4/}\
${MASTER_SITE_LOCAL}
@@ -67,6 +67,7 @@ post-install:
.include "../../devel/ncurses/buildlink2.mk"
# Required for ports which don't build "libgtop".
.include "../../lang/guile/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"