svn commit: r474557 - head/security/teleport

Mathieu Arnold mat at FreeBSD.org
Fri Jul 13 07:02:17 UTC 2018


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} && \


More information about the svn-ports-all mailing list