- Cosmetic fix

Reported by:	mat
This commit is contained in:
Carlos J. Puga Medina 2016-09-01 14:50:26 +00:00
parent ed260c55e6
commit aa41190513
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421229

View file

@ -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 <bsd.port.mk>