mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Add missing ${.CURDIR}
This commit is contained in:
parent
b99f012ec5
commit
0a1c0d9ae8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5836
@ -5,6 +5,6 @@ MAN1 = lp.1
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
lp.sh ${DESTDIR}${BINDIR}/lp
|
||||
${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user