aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vm-bhyve
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 11:01:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 11:01:05 +0000
commitc1b39669d4c0fcf493382cfe462b10522569781e (patch)
tree4258e0d342beadc5ca18094ba5ce084e678b753d /sysutils/vm-bhyve
parentb1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff)
downloadports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz
ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=430454
Diffstat (limited to 'sysutils/vm-bhyve')
-rw-r--r--sysutils/vm-bhyve/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile
index de614d5a6e74..2b8218d6ad70 100644
--- a/sysutils/vm-bhyve/Makefile
+++ b/sysutils/vm-bhyve/Makefile
@@ -20,12 +20,6 @@ GH_ACCOUNT= churchers
NO_ARCH= yes
NO_BUILD= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000
-IGNORE= this port works only on FreeBSD 10 and newer
-.endif
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/vm ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d
@@ -33,4 +27,4 @@ do-install:
(cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>