diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-01-08 22:10:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-01-08 22:10:38 +0000 |
commit | bfdd5d6dd2925fc5ba4c560dab0c9603e2561629 (patch) | |
tree | 91dd4c35c92e235d9f0c21d3014fe197fd1f2450 /net/ktorrent | |
parent | 8ce2367823600e54221962bc157dc67901f8eb03 (diff) | |
download | pkgsrc-bfdd5d6dd2925fc5ba4c560dab0c9603e2561629.tar.gz |
Do not overwrite the x-bittorrent.desktop mime type installed by
kdelibs. Pointed out by veego.
Diffstat (limited to 'net/ktorrent')
-rw-r--r-- | net/ktorrent/Makefile | 4 | ||||
-rw-r--r-- | net/ktorrent/PLIST | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 4afdc2050e0..6f868e9e384 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/08 20:08:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/08 22:10:38 xtraeme Exp $ DISTNAME= ktorrent-${KTORRENT_VER} PKGREVISION= 1 @@ -17,8 +17,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -CONFIGURE_ARGS+= --enable-torrent-mimetype - .include "../../meta-pkgs/kde3/kde3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../x11/kdebase3/buildlink3.mk" diff --git a/net/ktorrent/PLIST b/net/ktorrent/PLIST index 44c7a3c0a9a..ccbb4973d67 100644 --- a/net/ktorrent/PLIST +++ b/net/ktorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/01/08 20:08:39 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/01/08 22:10:38 xtraeme Exp $ bin/ktcachecheck bin/ktorrent bin/ktshell @@ -327,7 +327,6 @@ share/kde/icons/hicolor/64x64/apps/ktorrent.png share/kde/icons/hicolor/64x64/mimetypes/torrent.png share/kde/icons/hicolor/scalable/apps/ktorrent.svgz share/kde/icons/hicolor/scalable/mimetypes/torrent.svgz -share/kde/mimelnk/application/x-bittorrent.desktop share/kde/services/ktinfowidgetplugin.desktop share/kde/services/ktipfilterplugin.desktop share/kde/services/ktlogviewerplugin.desktop |