aboutsummaryrefslogtreecommitdiff
path: root/security/teleport
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-07-13 07:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-07-13 07:02:16 +0000
commit84b01e747d485d29e377643ce03bd8a97de1a67a (patch)
tree06189f8018678bd404e5a7deb41ec4ee9782101a /security/teleport
parentad566903964f9c0c07f1e4d203ba782c0c7ac925 (diff)
downloadports-84b01e747d485d29e377643ce03bd8a97de1a67a.tar.gz
ports-84b01e747d485d29e377643ce03bd8a97de1a67a.zip
Coalesce all SED calls.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=474557
Diffstat (limited to 'security/teleport')
-rw-r--r--security/teleport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/teleport/Makefile b/security/teleport/Makefile
index f55475c231b1..f17392719342 100644
--- a/security/teleport/Makefile
+++ b/security/teleport/Makefile
@@ -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} && \