1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Ignore build for 7.x.

Do not bump PORTREVISION.

Approved by:	Tofig Suleymanov <tofig@freebsd.az> (maintainer)
This commit is contained in:
Sergey A. Osokin 2008-04-25 09:09:32 +00:00
parent 87262d65c4
commit f1365fb3b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211913

View File

@ -24,6 +24,12 @@ KMODDIR?= /boot/modules
PLIST_FILES= "@cwd ${KMODDIR}" \
if_ib.ko
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
IGNORE= fails to compile on versions of FreeBSD 7
.endif
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
@${ECHO} "*************************************************"; \
@ -39,4 +45,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>