diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2006-11-07 03:02:47 +0800 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2006-11-07 03:02:47 +0800 |
commit | 6088cdfde5161a80ea415323cce9d1b347b35f5c (patch) | |
tree | c0923d8a60d41809b00431bbeb1997c5927f1215 /misc/airoflash | |
parent | e6aa39e84d6bab2e4b2e7b2de146ca5825214f3b (diff) | |
download | freebsd-ports-graphics-6088cdfde5161a80ea415323cce9d1b347b35f5c.tar.gz freebsd-ports-graphics-6088cdfde5161a80ea415323cce9d1b347b35f5c.tar.zst freebsd-ports-graphics-6088cdfde5161a80ea415323cce9d1b347b35f5c.zip |
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
Diffstat (limited to 'misc/airoflash')
-rw-r--r-- | misc/airoflash/Makefile | 6 | ||||
-rw-r--r-- | misc/airoflash/files/patch-aa | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile index 012e5e723e7..2a46e2de07d 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 9d500a3dc38..00f26f80fbd 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> |