From 3de97728a96283355364c1463d67201ddcf5cf2e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 22 Oct 2013 13:59:53 +0000 Subject: - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) --- net-p2p/tribler/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'net-p2p/tribler/Makefile') diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 8cb2e68cacdb..6b49782e45df 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -104,7 +104,6 @@ post-install: @${MKDIR} ${DESKTOPDIR} (cd ${WRKDIR}/usr/share/applications \ && ${INSTALL_DATA} tribler.desktop ${DESKTOPDIR}) - @${MKDIR} ${PREFIX}/share/pixmaps (cd ${WRKDIR}/usr/share/pixmaps \ && ${INSTALL_DATA} tribler.xpm ${PREFIX}/share/pixmaps) .if ${PORT_OPTIONS:MDOCS} -- cgit