aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/k3b-kde4
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 /sysutils/k3b-kde4
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 'sysutils/k3b-kde4')
-rw-r--r--sysutils/k3b-kde4/Makefile2
-rw-r--r--sysutils/k3b-kde4/pkg-plist2
2 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile
index 4221fe9dfbab..290f3575dd44 100644
--- a/sysutils/k3b-kde4/Makefile
+++ b/sysutils/k3b-kde4/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USES= cmake
CMAKE_ARGS= -DK3B_BUILD_K3BSETUP:BOOL=OFF \
-DK3B_ENABLE_MUSICBRAINZ:BOOL=OFF
-USE_KDE4= automoc4 kdeprefix kdelibs libkcddb
+USE_KDE4= automoc4 kdeprefix kdelibs libkcddb sharedmime
USE_QT4= gui dbus network phonon qt3support sql svg webkit xml \
qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
diff --git a/sysutils/k3b-kde4/pkg-plist b/sysutils/k3b-kde4/pkg-plist
index ea72412b8a38..b5dae0d79aaa 100644
--- a/sysutils/k3b-kde4/pkg-plist
+++ b/sysutils/k3b-kde4/pkg-plist
@@ -638,5 +638,3 @@ share/mime/packages/x-k3b.xml
@dirrm share/apps/k3b/extra
@dirrm share/apps/k3b/cdi
@dirrm share/apps/k3b
-@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