summaryrefslogtreecommitdiff
path: root/misc/kdepim4/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-02-14 04:18:40 +0000
committermarkd <markd@pkgsrc.org>2016-02-14 04:18:40 +0000
commitb66387e822d60c5c2088197ab114ac6aba4f4df3 (patch)
tree932a85d16d3a1e437477267f4a8ccc4d7eed365b /misc/kdepim4/Makefile
parentfd909189040bd0c50cd563db629161a58e511183 (diff)
downloadpkgsrc-b66387e822d60c5c2088197ab114ac6aba4f4df3.tar.gz
Don't install icons that oxygen-icons now installs. Bump PKGREVISION.
Diffstat (limited to 'misc/kdepim4/Makefile')
-rw-r--r--misc/kdepim4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/kdepim4/Makefile b/misc/kdepim4/Makefile
index 4e4bb783332..d1172d14d21 100644
--- a/misc/kdepim4/Makefile
+++ b/misc/kdepim4/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2016/01/10 19:33:43 markd Exp $
+# $NetBSD: Makefile,v 1.75 2016/02/14 04:18:40 markd Exp $
DISTNAME= kdepim-4.14.10
PKGNAME= ${DISTNAME:S/-4/4-4/}
+PKGREVISION= 1
CATEGORIES= misc
COMMENT= Personal Information Management tools for the KDE desktop
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.04.3/src/}
@@ -57,6 +58,9 @@ SUBST_MESSAGE.perlfix= Fix perl path in cmake script
SUBST_FILES.perlfix= korganizer/data/ical2vcal.cmake
SUBST_SED.perlfix= -e 's:@PERL@:${PERL5}:g'
+post-install:
+ ${RM} ${DESTDIR}${PREFIX}/share/icons/oxygen/*/mimetypes/x-mail-distribution-list.png
+
BUILDLINK_DEPMETHOD.qt4-tools=full
.include "../../meta-pkgs/kde4/kde4.mk"