From owner-svn-ports-all@freebsd.org Thu Dec 17 00:21:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76979A498E3; Thu, 17 Dec 2015 00:21:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30BFA10D7; Thu, 17 Dec 2015 00:21:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH0LFwu033019; Thu, 17 Dec 2015 00:21:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH0LF7f033018; Thu, 17 Dec 2015 00:21:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512170021.tBH0LF7f033018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Dec 2015 00:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403886 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 00:21:17 -0000 Author: feld Date: Thu Dec 17 00:21:15 2015 New Revision: 403886 URL: https://svnweb.freebsd.org/changeset/ports/403886 Log: net-p2p/sonarr: no-op improvements - nobody group already exists in base - COPYTREE_SHARE instead of cp -R - bsd.port.pre and post.mk are not necessary Submitted by: mat Modified: head/net-p2p/sonarr/Makefile Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Thu Dec 17 00:08:13 2015 (r403885) +++ head/net-p2p/sonarr/Makefile Thu Dec 17 00:21:15 2015 (r403886) @@ -21,13 +21,10 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/NzbDrone USERS= sonarr -GROUPS= nobody - -.include do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} - ${CP} -R ${WRKSRC}/ ${STAGEDIR}/${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} ${MKDIR} ${STAGEDIR}/${PREFIX}/sonarr -.include +.include