From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 07:33:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0A236C1; Thu, 2 Apr 2015 07:33:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC31961C; Thu, 2 Apr 2015 07:33:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t327XdTl005226; Thu, 2 Apr 2015 07:33:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t327XdBL005225; Thu, 2 Apr 2015 07:33:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504020733.t327XdBL005225@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 2 Apr 2015 07:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382987 - head/emulators/xen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 07:33:40 -0000 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