diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-04-02 16:12:58 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-04-02 16:12:58 +0000 |
commit | 265e5c47663bcfcb382e6710cbffc4080c29e548 (patch) | |
tree | b610ecf3c9626f8310ec7487b314ab05bf7858b1 /net-p2p | |
parent | 63207a9ddaf63e95d7a4cc7bc270077a69c8e5e7 (diff) | |
download | ports-265e5c47663bcfcb382e6710cbffc4080c29e548.tar.gz ports-265e5c47663bcfcb382e6710cbffc4080c29e548.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/Makefile | 11 |
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> |