Use "${INSTALL} ${INSTALL_COPY}" instead of "install ${COPY}"
(mpech@prosoft.org.lv)
This commit is contained in:
parent
3f955c7bb2
commit
2c9cb20d94
@ -7,6 +7,6 @@ tkcron:
|
||||
sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.3;g" tkcron.tcl > tkcron
|
||||
|
||||
install: all
|
||||
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user