aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-05-13 00:16:56 +0800
committermakc <makc@FreeBSD.org>2013-05-13 00:16:56 +0800
commit02736acd6ceaf4584ff10b29529dfb0e9f31163e (patch)
tree09713521fee205653d018f729c1d83f5b4a9a030 /finance
parentf261bff6afebffbd708fb317d4af5aaf759905e7 (diff)
downloadfreebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.tar.gz
freebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.tar.zst
freebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.zip
- Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
Diffstat (limited to 'finance')
-rw-r--r--finance/kmymoney-kde4/pkg-plist2
-rw-r--r--finance/skrooge/Makefile3
-rw-r--r--finance/skrooge/pkg-plist2
3 files changed, 0 insertions, 7 deletions
diff --git a/finance/kmymoney-kde4/pkg-plist b/finance/kmymoney-kde4/pkg-plist
index d3c3b79a32d5..2c547b7fc5b6 100644
--- a/finance/kmymoney-kde4/pkg-plist
+++ b/finance/kmymoney-kde4/pkg-plist
@@ -1422,5 +1422,3 @@ share/mime/packages/x-kmymoney.xml
%%CALENDAR%%@dirrm share/apps/kmm_icalendarexport
@dirrm share/apps/kmm_csvimport
@dirrm include/kmymoney
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile
index 6f4f85e3191a..0008b4849352 100644
--- a/finance/skrooge/Makefile
+++ b/finance/skrooge/Makefile
@@ -25,7 +25,4 @@ MAKE_JOBS_SAFE= yes
PLIST_SUB= VERSION=${PORTVERSION}
-post-install:
- @-update-mime-database ${KDE4_PREFIX}/share/mime
-
.include <bsd.port.mk>
diff --git a/finance/skrooge/pkg-plist b/finance/skrooge/pkg-plist
index 88ce4d56998e..b02a5b5e1ab9 100644
--- a/finance/skrooge/pkg-plist
+++ b/finance/skrooge/pkg-plist
@@ -643,5 +643,3 @@ share/mime/packages/x-skg.xml
@dirrmtry share/akonadi
@dirrmtry lib/kde4/plugins/grantlee/0.3
@dirrmtry lib/kde4/plugins/grantlee
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true