From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 22:19:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D85966B; Wed, 1 Apr 2015 22:19:35 +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 EDD3F27A; Wed, 1 Apr 2015 22:19:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31MJYk4039611; Wed, 1 Apr 2015 22:19:34 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31MJYgX039610; Wed, 1 Apr 2015 22:19:34 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201504012219.t31MJYgX039610@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 1 Apr 2015 22:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382964 - head/sysutils/bhyve-rc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 22:19:35 -0000 Author: jgh Date: Wed Apr 1 22:19:33 2015 New Revision: 382964 URL: https://svnweb.freebsd.org/changeset/ports/382964 Log: - remove do_nada and use options in favor of pre for osversion checking Approved by: portmgr (blanket) Modified: head/sysutils/bhyve-rc/Makefile Modified: head/sysutils/bhyve-rc/Makefile ============================================================================== --- head/sysutils/bhyve-rc/Makefile Wed Apr 1 22:12:57 2015 (r382963) +++ head/sysutils/bhyve-rc/Makefile Wed Apr 1 22:19:33 2015 (r382964) @@ -6,6 +6,7 @@ PORTVERSION= 1 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= freebsd@grem.de COMMENT= FreeBSD RC script for starting bhyve guests in tmux @@ -14,16 +15,14 @@ RUN_DEPENDS= tmux:${PORTSDIR}/sysutils/t NO_WRKSUBDIR= yes NO_BUILD= yes +NO_INSTALL= yes USE_RC_SUBR= bhyve -.include +.include .if ${OSVERSION} < 1000000 IGNORE= bhyve first appeared in FreeBSD 10.0 .endif -do-fetch do-install: - @${DO_NADA} - -.include +.include