1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Correctly install xen.4th in /boot

This commit is contained in:
Baptiste Daroussin 2015-04-02 07:33:38 +00:00
parent 99243b1894
commit 362993dd2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382987

View File

@ -37,6 +37,7 @@ IGNORE= Only supported on recent FreeBSD 11
do-install:
${MKDIR} ${STAGEDIR}/boot
${INSTALL_PROGRAM} ${WRKSRC}/xen ${STAGEDIR}/boot
${INSTALL_DATA} ${FILESDIR}/xen.4th ${STAGEDIR}/boot
.include <bsd.port.mk>