aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2015-04-03 00:12:58 +0800
committerjgh <jgh@FreeBSD.org>2015-04-03 00:12:58 +0800
commit2b3eb996a7e546c247a6483e72fc0bf39d757403 (patch)
treeb610ecf3c9626f8310ec7487b314ab05bf7858b1 /net-p2p
parent30e533334888e806753aea3cc6d42e5174cf930e (diff)
downloadfreebsd-ports-gnome-2b3eb996a7e546c247a6483e72fc0bf39d757403.tar.gz
freebsd-ports-gnome-2b3eb996a7e546c247a6483e72fc0bf39d757403.tar.zst
freebsd-ports-gnome-2b3eb996a7e546c247a6483e72fc0bf39d757403.zip
- convert to USES=metaport (which removes do_nada in do-install target)
- while here replace whitespace with tab for CONFLICT line Approved by: portmgr (blanket)
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>