Date: Fri, 10 Apr 2020 08:25:49 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531299 - head/net/bnxt-kmod Message-ID: <202004100825.03A8PnPT007978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Fri Apr 10 08:25:49 2020 New Revision: 531299 URL: https://svnweb.freebsd.org/changeset/ports/531299 Log: Put the ignore block back in to silence pkg-fallout Modified: head/net/bnxt-kmod/Makefile Modified: head/net/bnxt-kmod/Makefile ============================================================================== --- head/net/bnxt-kmod/Makefile Fri Apr 10 08:16:57 2020 (r531298) +++ head/net/bnxt-kmod/Makefile Fri Apr 10 08:25:49 2020 (r531299) @@ -43,4 +43,14 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/share/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ ${LN} -f ${STAGEDIR}${MAN4PREFIX}/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/if_bnxt.4 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +SUPPORTED= no +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200002 && ${OSVERSION} <= 1200014 +SUPPORTED= yes +.endif +.if ${SUPPORTED} == no +IGNORE= not supported on this version of FreeBSD +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004100825.03A8PnPT007978>