diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-21 11:57:16 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-21 11:57:16 +0000 |
commit | 242f49414f01128e29c3964e74f2ceb87a5016c2 (patch) | |
tree | 25d6f9190a40a42a83dd96c4360b3a9c637f94ea | |
parent | 250408275e12d0aaa0119ec8543565c2f7d584f2 (diff) | |
download | ports-242f49414f01128e29c3964e74f2ceb87a5016c2.tar.gz ports-242f49414f01128e29c3964e74f2ceb87a5016c2.zip |
Notes
-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 : |