Use ${INSTALL} instead of 'install'.
This commit is contained in:
parent
f1b965c94b
commit
07a98ff5ca
@ -17,7 +17,7 @@ HEADERS=ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h
|
||||
|
||||
beforeinstall:
|
||||
.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
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user