diff options
author | flz <flz@FreeBSD.org> | 2005-12-21 19:57:16 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-21 19:57:16 +0800 |
commit | 109975716df56c1bc01b983aa7299079c2dfcfa8 (patch) | |
tree | a757bc250ad806e05185cb26af475a333fa34c3c | |
parent | db695b2b29942c6326bc1eaa65364c0c407911ee (diff) | |
download | freebsd-ports-gnome-109975716df56c1bc01b983aa7299079c2dfcfa8.tar.gz freebsd-ports-gnome-109975716df56c1bc01b983aa7299079c2dfcfa8.tar.zst freebsd-ports-gnome-109975716df56c1bc01b983aa7299079c2dfcfa8.zip |
- Fix firmware directory in pkg-message.
Reported by: Lars Engels <lars.engels@0x20.net>
-rw-r--r-- | net/ipw-firmware/Makefile | 2 | ||||
-rw-r--r-- | net/ipw-firmware/files/pkg-message.in | 2 | ||||
-rw-r--r-- | net/iwi-firmware/Makefile | 2 | ||||
-rw-r--r-- | 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 : |