Date: Wed, 1 Apr 2015 22:19:34 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382964 - head/sysutils/bhyve-rc Message-ID: <201504012219.t31MJYgX039610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${OSVERSION} < 1000000 IGNORE= bhyve first appeared in FreeBSD 10.0 .endif -do-fetch do-install: - @${DO_NADA} - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504012219.t31MJYgX039610>