From 109975716df56c1bc01b983aa7299079c2dfcfa8 Mon Sep 17 00:00:00 2001 From: flz Date: Wed, 21 Dec 2005 11:57:16 +0000 Subject: - Fix firmware directory in pkg-message. Reported by: Lars Engels --- net/ipw-firmware/Makefile | 2 +- net/ipw-firmware/files/pkg-message.in | 2 +- net/iwi-firmware/Makefile | 2 +- net/iwi-firmware/files/pkg-message.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 605b0237c3a7..20e5f64e3dcf 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME?= ipw-firmware RELNAME?= ipw2100 PORTVERSION?= 1.3 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/ipw diff --git a/net/ipw-firmware/files/pkg-message.in b/net/ipw-firmware/files/pkg-message.in index 0ecfc52367af..3e260efa22c2 100644 --- a/net/ipw-firmware/files/pkg-message.in +++ b/net/ipw-firmware/files/pkg-message.in @@ -15,7 +15,7 @@ firmware. %%DONT_NEED_CONTROL%%For instance, to download firmware for BSS mode: %%DONT_NEED_CONTROL%% %%DONT_NEED_CONTROL%% # %%DRIVERNAME%%control -i %%DRIVERNAME%%0 \ -%%DONT_NEED_CONTROL%% -f %%DATADIR%%/%%DRIVERNAME%%.fw +%%DONT_NEED_CONTROL%% -f %%FWDIR%%/%%DRIVERNAME%%.fw %%DONT_NEED_CONTROL%% %%DONT_NEED_CONTROL%%The port has installed a startup script (%%DRIVERNAME%%.sh). Add these lines %%DONT_NEED_CONTROL%%to /etc/rc.conf to use it : diff --git a/net/iwi-firmware/Makefile b/net/iwi-firmware/Makefile index dce224592abe..dcb3b56e4849 100644 --- a/net/iwi-firmware/Makefile +++ b/net/iwi-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME= iwi-firmware RELNAME= ipw2200 PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MAINTAINER= flz@FreeBSD.org diff --git a/net/iwi-firmware/files/pkg-message.in b/net/iwi-firmware/files/pkg-message.in index 5d9473418a93..edb6bd72d1ae 100644 --- a/net/iwi-firmware/files/pkg-message.in +++ b/net/iwi-firmware/files/pkg-message.in @@ -18,7 +18,7 @@ firmware. %%DONT_NEED_CONTROL%% %%DONT_NEED_CONTROL%%For instance, to download firmware for BSS mode: %%DONT_NEED_CONTROL%% -%%DONT_NEED_CONTROL%% # %%DRIVERNAME%%control -i %%DRIVERNAME%%0 -d %%DATADIR%% -m bss +%%DONT_NEED_CONTROL%% # %%DRIVERNAME%%control -i %%DRIVERNAME%%0 -d %%FWDIR%% -m bss %%DONT_NEED_CONTROL%% %%DONT_NEED_CONTROL%%The port has installed a startup script (%%DRIVERNAME%%.sh). Add these lines %%DONT_NEED_CONTROL%%to /etc/rc.conf to use it : -- cgit