aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile
index a10a41d8ccdc..d6711fe0d129 100644
--- a/net-p2p/transmission/Makefile
+++ b/net-p2p/transmission/Makefile
@@ -3,9 +3,6 @@
PORTNAME= transmission
PORTVERSION= 2.84
CATEGORIES= net-p2p
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
MAINTAINER= crees@FreeBSD.org
COMMENT= Meta-port for Transmission BitTorrent client
@@ -14,12 +11,8 @@ RUN_DEPENDS= transmission-cli:${PORTSDIR}/net-p2p/transmission-cli \
transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon \
transmission-gtk:${PORTSDIR}/net-p2p/transmission-gtk
-CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]*
+CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]*
-NO_BUILD= yes
-NO_MTREE= yes
-
-do-install:
- @${DO_NADA}
+USES= metaport
.include <bsd.port.mk>