diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-01 19:53:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-01 19:53:29 +0000 |
commit | 03a330d56321a935bc6e30a70ad5d1940b65a37c (patch) | |
tree | a8f122c78ffb0e60aef39fe9cf3508a5e3585575 /net-mgmt/aircrack-ng | |
parent | 623285aa932180ec7a11c71e765782c6e9a50cfb (diff) | |
download | ports-03a330d56321a935bc6e30a70ad5d1940b65a37c.tar.gz ports-03a330d56321a935bc6e30a70ad5d1940b65a37c.zip |
- Marked BROKEN on 5.X
- Add missing manpage (point to miwi)
- Bump PORTREVISION
PR: 112323
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=191319
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index d082dd7f3848..2c89b7e7f984 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -7,7 +7,7 @@ PORTNAME= aircrack-ng PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://download.aircrack-ng.org/ \ http://bsd-geek.de/FreeBSD/distfiles/ @@ -23,9 +23,13 @@ PLIST_FILES= bin/aircrack-ng bin/airdecap-ng bin/packetforge-ng bin/ivstools \ SUB_FILES= pkg-message MAN1= aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1 \ - makeivs.1 airodump-ng.1 airtun-ng.1 + makeivs.1 airodump-ng.1 airtun-ng.1 kstats.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + .if ${OSVERSION} >= 700000 ALL_TARGET+= aireplay-ng PLIST_FILES+= sbin/aireplay-ng |