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/gturing | |
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/gturing')
-rw-r--r-- | games/gturing/Makefile | 7 | ||||
-rw-r--r-- | games/gturing/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
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 |