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 /mail | |
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 'mail')
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/PLIST | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 1465e9528cb..ae7e46f7559 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2003/01/09 13:59:25 rh Exp $ +# $NetBSD: Makefile,v 1.32 2003/02/18 14:55:59 jmmv Exp $ DISTNAME= evolution-1.2.1 +PKGREVISION= 1 CATEGORIES= mail time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/1.2/} EXTRACT_SUFX= .tar.bz2 @@ -78,6 +79,7 @@ MAKE_ENV+= DISPLAY=${DISPLAY} pre-build: checkforx .include "../../textproc/libunicode/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../sysutils/gnome-vfs/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../print/gnome-print/buildlink2.mk" diff --git a/mail/evolution/PLIST b/mail/evolution/PLIST index 2a154f4a919..a1f5b30b9b8 100644 --- a/mail/evolution/PLIST +++ b/mail/evolution/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/01/09 13:59:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.11 2003/02/18 14:55:59 jmmv Exp $ bin/csv2vcard bin/evolution bin/evolution-addressbook @@ -1436,6 +1436,7 @@ share/omf/evolution/evolution-C.omf share/omf/evolution/evolution-no.omf share/pixmaps/evolution.png @dirrm share/omf/evolution +@comment in scrollkeeper: @dirrm share/omf @dirrm share/libical-evolution/zoneinfo/Pacific @dirrm share/libical-evolution/zoneinfo/Indian @dirrm share/libical-evolution/zoneinfo/Europe @@ -1516,5 +1517,3 @@ share/pixmaps/evolution.png @dirrm include/evolution @dirrm include/ename @dirrm include/camel -@exec scrollkeeper-update -@unexec scrollkeeper-update |