- 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)
This commit is contained in:
Jason Helfman 2015-04-02 16:12:58 +00:00
parent 63207a9dda
commit 265e5c4766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383021

View File

@ -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>