aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-19 23:47:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-19 23:47:10 +0000
commit75aae1a71914ab72e00bc4059a5b9ab2e277fd30 (patch)
tree92c98349a29925738709ee51dbbd3ed1fc961c92 /net
parent34ec2731fb099b759e62b073f8dc3bf73ffea8fc (diff)
downloadports-75aae1a71914ab72e00bc4059a5b9ab2e277fd30.tar.gz
ports-75aae1a71914ab72e00bc4059a5b9ab2e277fd30.zip
BROKEN on 7.0: Incorrect pkg-plist
Notes
Notes: svn path=/head/; revision=153923
Diffstat (limited to 'net')
-rw-r--r--net/ipw-firmware/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile
index 20e5f64e3dcf..5673933390b8 100644
--- a/net/ipw-firmware/Makefile
+++ b/net/ipw-firmware/Makefile
@@ -57,6 +57,10 @@ IS_INTERACTIVE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700013
+BROKEN= "Incorrect pkg-plist"
+.endif
+
# That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be
# compiled on FreeBSD previous to 5.3-RELEASE. This is just too old, people
# should move on. I may change this if I get successful reports though.