diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-04-01 22:19:33 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-04-01 22:19:33 +0000 |
commit | e4c624dec8e46fffa76cd4c17c190bc01d6c5dd8 (patch) | |
tree | 92c3e983f5909c19a834dce59d0c23f694489983 /sysutils | |
parent | 59e1a7c6491e0d6011ff9d10df9e2691a47bfa8b (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bhyve-rc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/bhyve-rc/Makefile b/sysutils/bhyve-rc/Makefile index 7b6f327008f3..64d83f60efdb 100644 --- a/sysutils/bhyve-rc/Makefile +++ b/sysutils/bhyve-rc/Makefile @@ -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/tmux 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> |