svn commit: r382987 - head/emulators/xen
Baptiste Daroussin
bapt at FreeBSD.org
Thu Apr 2 07:33:40 UTC 2015
Author: bapt
Date: Thu Apr 2 07:33:38 2015
New Revision: 382987
URL: https://svnweb.freebsd.org/changeset/ports/382987
Log:
Correctly install xen.4th in /boot
Modified:
head/emulators/xen/Makefile
Modified: head/emulators/xen/Makefile
==============================================================================
--- head/emulators/xen/Makefile Thu Apr 2 07:28:49 2015 (r382986)
+++ head/emulators/xen/Makefile Thu Apr 2 07:33:38 2015 (r382987)
@@ -37,6 +37,7 @@ IGNORE= Only supported on recent FreeBS
do-install:
${MKDIR} ${STAGEDIR}/boot
${INSTALL_PROGRAM} ${WRKSRC}/xen ${STAGEDIR}/boot
+ ${INSTALL_DATA} ${FILESDIR}/xen.4th ${STAGEDIR}/boot
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list