mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change install' to ${INSTALL}' as usual.
Remove the extra slash in ${DESTDIR}/${BINDIR}.
This commit is contained in:
parent
c2471061b8
commit
6eee579315
3 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
MAN1= lorder.1
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
MAN1= pagesize.1
|
||||
|
||||
install:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/pagesize.sh ${DESTDIR}${BINDIR}/pagesize
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
MAN1= which.1
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/which.pl ${DESTDIR}/${BINDIR}/which
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue