diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
commit | dea9abf569e6bf5f024e032f5c7ed7656781f75e (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /games/gnome-games | |
parent | e3f5102cf0fedade45366b1f342d152434e80e57 (diff) | |
download | pkgsrc-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-games')
-rw-r--r-- | games/gnome-games/Makefile | 5 |
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" |