svn commit: r383021 - head/net-p2p/transmission

Jason Helfman jgh at FreeBSD.org
Thu Apr 2 16:12:59 UTC 2015


Author: jgh
Date: Thu Apr  2 16:12:58 2015
New Revision: 383021
URL: https://svnweb.freebsd.org/changeset/ports/383021

Log:
  - 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)

Modified:
  head/net-p2p/transmission/Makefile

Modified: head/net-p2p/transmission/Makefile
==============================================================================
--- head/net-p2p/transmission/Makefile	Thu Apr  2 16:01:45 2015	(r383020)
+++ head/net-p2p/transmission/Makefile	Thu Apr  2 16:12:58 2015	(r383021)
@@ -3,9 +3,6 @@
 PORTNAME=	transmission
 PORTVERSION=	2.84
 CATEGORIES=	net-p2p
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Meta-port for Transmission BitTorrent client
@@ -14,12 +11,8 @@ RUN_DEPENDS=	transmission-cli:${PORTSDIR
 		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>


More information about the svn-ports-all mailing list