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 /math | |
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 'math')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 48eb0ae530d..b6564a11014 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2003/01/17 02:23:21 rh Exp $ +# $NetBSD: Makefile,v 1.68 2003/02/18 14:56:00 jmmv Exp $ # DISTNAME= gnumeric-1.0.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/} @@ -25,7 +25,6 @@ USE_PERL5= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-psiconv -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} LIBS+= -lunicode USE_LIBTOOL= YES @@ -41,6 +40,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../print/gnome-print/buildlink2.mk" .include "../../textproc/libunicode/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index b9ee6948f7e..79b8256811a 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2003/01/17 02:23:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.20 2003/02/18 14:56:00 jmmv Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -978,6 +978,7 @@ share/pixmaps/gnumeric/stf-druid.png share/pixmaps/gnumeric/top_border @dirrm share/pixmaps/gnumeric @dirrm share/omf/gnumeric +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl @dirrm share/gnumeric/${PKGVERSION}-bonobo/guile |