diff options
author | drochner <drochner@pkgsrc.org> | 2008-11-20 21:47:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-11-20 21:47:16 +0000 |
commit | 06e159b2909aea0e3739f196ca851c1706f73231 (patch) | |
tree | 79800d49f47710f880ab3c6e620df7163c8108d1 /editors/abiword | |
parent | dc2c59c61ca8ec8b6deebdceec01687d0efa2511 (diff) | |
download | pkgsrc-06e159b2909aea0e3739f196ca851c1706f73231.tar.gz |
use desktop-file-utils to make sure the database is rebuilt
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2950f1673fe..4835bb9f363 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2008/04/14 11:36:11 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2008/11/20 21:47:16 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -59,5 +59,5 @@ post-install: .endif .include "../../textproc/enchant/buildlink3.mk" - +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |