From owner-svn-ports-head@freebsd.org Fri Jul 13 07:02:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B418F102BFE0; Fri, 13 Jul 2018 07:02:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61B23780F7; Fri, 13 Jul 2018 07:02:17 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42C235056; Fri, 13 Jul 2018 07:02:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6D72HBc090209; Fri, 13 Jul 2018 07:02:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6D72Hah090208; Fri, 13 Jul 2018 07:02:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201807130702.w6D72Hah090208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Jul 2018 07:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474557 - head/security/teleport X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/security/teleport X-SVN-Commit-Revision: 474557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 07:02:17 -0000 Author: mat Date: Fri Jul 13 07:02:16 2018 New Revision: 474557 URL: https://svnweb.freebsd.org/changeset/ports/474557 Log: Coalesce all SED calls. Sponsored by: Absolight Modified: head/security/teleport/Makefile (contents, props changed) Modified: head/security/teleport/Makefile ============================================================================== --- head/security/teleport/Makefile Fri Jul 13 07:01:09 2018 (r474556) +++ head/security/teleport/Makefile Fri Jul 13 07:02:16 2018 (r474557) @@ -47,7 +47,7 @@ post-patch: ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/version.mk @${FIND} ${WRKDIR} -type f -exec ${SED} -i '' \ -e 's|\/var\/lib|/var/db|g' \ - -e 's|\/usr\/bin\/hostname|/bin/hostname|g' {} \; + -e 's|\/usr\/bin\/hostname|/bin/hostname|g' {} + do-build: @cd ${WRKDIR}/${GO_TELEPORT_SRC_DIR} && \