diff options
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c32f23b15e0..c0aa5f36ab9 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2014/06/09 14:18:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2015/04/03 12:34:44 nros Exp $ INSTALLATION_DIRS+= ${EGDIR} INSTALLATION_DIRS+= share/claws-mail @@ -6,7 +6,6 @@ INSTALLATION_DIRS+= share/claws-mail .include "Makefile.common" PKGNAME= claws-mail-${CLAWS_VERSION} -PKGREVISION= 5 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= X based e-mail and netnews client @@ -60,10 +59,14 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --disable-ipv6 .endif +INSTALLATION_DIRS+= share/applications + post-install: ${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKSRC}/claws-mail*.png \ ${DESTDIR}${PREFIX}/share/claws-mail + ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop \ + ${DESTDIR}${PREFIX}/share/applications .if exists(files/shred.${OPSYS}) ${INSTALL_SCRIPT} files/shred.${OPSYS} \ ${DESTDIR}${PREFIX}/bin/claws-mail-shred |