Thu Nov 20 21:47:16 2008 UTC ()
use desktop-file-utils to make sure the database is rebuilt


(drochner)
diff -r1.116 -r1.117 pkgsrc/editors/abiword/Makefile

cvs diff -r1.116 -r1.117 pkgsrc/editors/abiword/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/abiword/Makefile 2008/04/14 11:36:11 1.116
+++ pkgsrc/editors/abiword/Makefile 2008/11/20 21:47:16 1.117
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.116 2008/04/14 11:36:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.117 2008/11/20 21:47:16 drochner Exp $
2 2
3PKG_DESTDIR_SUPPORT= user-destdir 3PKG_DESTDIR_SUPPORT= user-destdir
4 4
5.include "Makefile.common" 5.include "Makefile.common"
6PKGREVISION= 7 6PKGREVISION= 7
7 7
8COMMENT= Open Source cross-platform word processor 8COMMENT= Open Source cross-platform word processor
9 9
10# GTK1 version and previous name of the GTK2 version 10# GTK1 version and previous name of the GTK2 version
11CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* 11CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]*
12 12
13WRKSRC= ${WRKDIR}/${DISTNAME}/abi 13WRKSRC= ${WRKDIR}/${DISTNAME}/abi
14USE_TOOLS+= perl 14USE_TOOLS+= perl
@@ -49,15 +49,15 @@ post-build: @@ -49,15 +49,15 @@ post-build:
49 find ${WRKDIR}/help \( -name "*.abw.orig" -o -name "*.abw" \ 49 find ${WRKDIR}/help \( -name "*.abw.orig" -o -name "*.abw" \
50 -o -name "*.info" -o -name "*.xhtml" \) -print | ${XARGS} ${RM} -f 50 -o -name "*.info" -o -name "*.xhtml" \) -print | ${XARGS} ${RM} -f
51 51
52post-install: 52post-install:
53 ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/abiword-docs/man/abiword.1 \ 53 ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/abiword-docs/man/abiword.1 \
54 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/abiword.1 54 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/abiword.1
55 cp -R ${WRKDIR}/help ${DESTDIR}${PREFIX}/share/AbiSuite-2.4/AbiWord/ 55 cp -R ${WRKDIR}/help ${DESTDIR}${PREFIX}/share/AbiSuite-2.4/AbiWord/
56 56
57.if !empty(PKG_OPTIONS:Mgucharmap) 57.if !empty(PKG_OPTIONS:Mgucharmap)
58.include "../../fonts/gucharmap/buildlink3.mk" 58.include "../../fonts/gucharmap/buildlink3.mk"
59.endif 59.endif
60 60
61.include "../../textproc/enchant/buildlink3.mk" 61.include "../../textproc/enchant/buildlink3.mk"
62 62.include "../../sysutils/desktop-file-utils/desktopdb.mk"
63.include "../../mk/bsd.pkg.mk" 63.include "../../mk/bsd.pkg.mk"