Tag examples with targetted packages
This commit is contained in:
parent
c2e2d02cbe
commit
72392b205d
@ -212,6 +212,7 @@ XFILES+= libusb20/Makefile \
|
||||
.if ${MK_BHYVE} != "no"
|
||||
LDIRS+= bhyve
|
||||
XFILES+= bhyve/vmrun.sh
|
||||
PACKAGE_bhyve/vmrun.sh= bhyve
|
||||
.endif
|
||||
.endif
|
||||
|
||||
@ -232,7 +233,7 @@ copies:
|
||||
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
|
||||
-f ${.CURDIR}/../../etc/mtree/BSD.usr.dist -p ${DESTDIR}/usr
|
||||
.for file in ${XFILES}
|
||||
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${INSTALL} -T package=${PACKAGE_${file}:Uruntime} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${.CURDIR}/${file} ${DESTDIR}${BINDIR}/${file}
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user