Use ${INSTALL} instead of 'install'.
This commit is contained in:
parent
e9a7ac15d7
commit
15e239d7e5
@ -17,7 +17,7 @@ HEADERS=ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h
|
|||||||
|
|
||||||
beforeinstall:
|
beforeinstall:
|
||||||
.for hdr in ${HEADERS}
|
.for hdr in ${HEADERS}
|
||||||
install -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
|
||||||
${.CURDIR}/${hdr} ${DESTDIR}/usr/include/netncp
|
${.CURDIR}/${hdr} ${DESTDIR}/usr/include/netncp
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user