From aa41190513a92ad80a2041e093d8476436700082 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 14:50:26 +0000 Subject: [PATCH] - Cosmetic fix Reported by: mat --- misc/timediff/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/misc/timediff/Makefile b/misc/timediff/Makefile index fd1715d8f46b..6ab7967bea30 100644 --- a/misc/timediff/Makefile +++ b/misc/timediff/Makefile @@ -21,13 +21,11 @@ NO_ARCH= yes NO_BUILD= yes do-patch: -.for file in timediff - ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ - > ${WRKDIR}/${file:T} -.endfor + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/timediff do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/timediff \ + ${INSTALL_SCRIPT} ${WRKSRC}/timediff \ ${STAGEDIR}${PREFIX}/sbin .include