Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 07:02:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474557 - head/security/teleport
Message-ID:  <201807130702.w6D72Hah090208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807130702.w6D72Hah090208>