mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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
This commit is contained in:
parent
7e3ab2862b
commit
fa8d3f3376
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176635
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue