View | Details | Raw Unified | Return to bug 213283
Collapse All | Expand All

(-)b/net/intel-ixl-kmod/Makefile (-3 / +4 lines)
Lines 24-34 MANPAGENAME?= ${PORTNAME} Link Here
24
PLIST_FILES=	${KMODDIR}/if_${PORTNAME}_updated.ko \
24
PLIST_FILES=	${KMODDIR}/if_${PORTNAME}_updated.ko \
25
		man/man4/${MANPAGENAME}.4.gz
25
		man/man4/${MANPAGENAME}.4.gz
26
26
27
.include <bsd.port.pre.mk>
28
29
.if ${PORTNAME} == ixl
27
ONLY_FOR_ARCHS=		amd64
30
ONLY_FOR_ARCHS=		amd64
28
ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 only.
31
ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 only.
29
32
30
.include <bsd.port.pre.mk>
31
32
.if ${OSVERSION} < 1001000
33
.if ${OSVERSION} < 1001000
33
IGNORE=		is not supported on FreeBSD 10.0 and older
34
IGNORE=		is not supported on FreeBSD 10.0 and older
34
.endif
35
.endif
Lines 36-41 IGNORE= is not supported on FreeBSD 10.0 and older Link Here
36
.if ${OSVERSION} >= 1100000
37
.if ${OSVERSION} >= 1100000
37
BROKEN=		does not build
38
BROKEN=		does not build
38
.endif
39
.endif
40
.endif
39
41
40
do-install:
42
do-install:
41
	${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko
43
	${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko
42
- 

Return to bug 213283