diff options
author | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
commit | 89ed14603ef6f82dc5fe599763f54b41a7727e26 (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /games | |
parent | ac84fe1226d95f9ffa3d0916a0deaedefac45c4e (diff) | |
download | pkgsrc-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')
-rw-r--r-- | games/gnome-chess/Makefile | 7 | ||||
-rw-r--r-- | games/gnome-chess/PLIST | 5 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 5 | ||||
-rw-r--r-- | games/gturing/Makefile | 7 | ||||
-rw-r--r-- | games/gturing/PLIST | 3 |
5 files changed, 13 insertions, 14 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" diff --git a/games/gnome-chess/PLIST b/games/gnome-chess/PLIST index 3d754d714f0..2b370a84e71 100644 --- a/games/gnome-chess/PLIST +++ b/games/gnome-chess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/01 02:00:14 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:55:58 jmmv Exp $ bin/gnome-chess share/gnome-chess/glade/level.glade share/gnome-chess/glade/login.glade @@ -71,11 +71,10 @@ share/pixmaps/gnome-chess/r.png share/pixmaps/gnome-chess/start.png @dirrm share/pixmaps/gnome-chess @dirrm share/omf/gnome-chess +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/gnome-chess-manual/C/stylesheet-images @dirrm share/gnome/help/gnome-chess-manual/C/figures @dirrm share/gnome/help/gnome-chess-manual/C @dirrm share/gnome/help/gnome-chess-manual @dirrm share/gnome-chess/glade @dirrm share/gnome-chess -@unexec scrollkeeper-rebuilddb -@exec scrollkeeper-rebuilddb 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" diff --git a/games/gturing/Makefile b/games/gturing/Makefile index f2170dff801..42498d82f2c 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/18 14:55:58 jmmv Exp $ # DISTNAME= gturing-0.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gturing/0.1/} EXTRACT_SUFX= .tar.bz2 @@ -20,9 +20,8 @@ USE_X11= YES USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gturing/PLIST b/games/gturing/PLIST index 36b0b7f30a2..10195175a10 100644 --- a/games/gturing/PLIST +++ b/games/gturing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/04 07:40:37 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/18 14:55:58 jmmv Exp $ bin/gturing share/gnome/apps/Applications/gturing.desktop share/gnome/help/gturing/C/figures/mainwin.png @@ -43,6 +43,7 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gturing-2.0.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gturing-2.0.mo share/omf/gturing/gturing-C.omf @dirrm share/omf/gturing +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gturing/pixmaps @dirrm share/gturing @dirrm share/gnome/help/gturing/C/figures |