summaryrefslogtreecommitdiff
path: root/misc/airoflash
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2006-11-06 19:02:47 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2006-11-06 19:02:47 +0000
commitfa8d3f33767cf4c69f68fb6b420ff586cb126ef3 (patch)
treeb7d71d8dce76fc82ecfa05fb5e32e7d1c405eded /misc/airoflash
parent- Use the correct way to check the default options on Makefile (diff)
Apparently I botched this commit the first time around. Sorry.
Update to new site and support NO_MAN as well. PR: 104339 Submitted by: Frank J. Laszlo
Notes
Notes: svn path=/head/; revision=176635
Diffstat (limited to 'misc/airoflash')
-rw-r--r--misc/airoflash/Makefile6
-rw-r--r--misc/airoflash/files/patch-aa3
2 files changed, 3 insertions, 6 deletions
diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile
index 012e5e723e7a..2a46e2de07d3 100644
--- a/misc/airoflash/Makefile
+++ b/misc/airoflash/Makefile
@@ -8,17 +8,13 @@
PORTNAME= airoflash
PORTVERSION= ${AF_VERSION}
CATEGORIES= misc
-MASTER_SITES= "http://cvs.sourceforge.net/viewcvs.py/*checkout*/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}"
+MASTER_SITES= "http://airo-linux.cvs.sourceforge.net/*checkout*/airo-linux/airo-linux/tools/airoflash.c?revision=${AF_VERSION}"
DISTNAME= airoflash.c
EXTRACT_SUFX=
MAINTAINER= ambrisko@freebsd.org
COMMENT= Flash utiltity for Cisco/Aironet 802.11 wireless cards
-BROKEN= unfetchable: connection refused
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
AF_VERSION= 1.7
PLIST_FILES= bin/airoflash
diff --git a/misc/airoflash/files/patch-aa b/misc/airoflash/files/patch-aa
index 9d500a3dc38e..00f26f80fbdd 100644
--- a/misc/airoflash/files/patch-aa
+++ b/misc/airoflash/files/patch-aa
@@ -1,8 +1,9 @@
--- /dev/null Wed Mar 13 11:58:15 2002
+++ Makefile Wed Mar 13 12:00:43 2002
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,6 @@
+BINDIR?= ${PREFIX}/bin
+PROG= airoflash
+NOMAN=
++NO_MAN=
+
+.include <bsd.prog.mk>