aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
commit4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8 (patch)
tree09bf1b0ba0412ce3204e2e0fa33dc5cd25e92407 /net/ipw-firmware/Makefile
parenta4af37e2df2c908765329244f0e703ae78c0859a (diff)
downloadports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.tar.gz
ports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.zip
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
Notes
Notes: svn path=/head/; revision=201024
Diffstat (limited to 'net/ipw-firmware/Makefile')
-rw-r--r--net/ipw-firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile
index 6828ab7dccd4..15838660d68c 100644
--- a/net/ipw-firmware/Makefile
+++ b/net/ipw-firmware/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= ipw-firmware
RELNAME?= ipw2100
PORTVERSION?= 1.3
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES= net sysutils kld
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flz/ipw
@@ -156,7 +156,7 @@ do-install:
${MKDIR} ${FWDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE ${FWDIR}/LICENSE.${DRIVERNAME}
.for i in ${FIRMWARES}
- ${INSTALL_DATA} ${WRKSRC}/${i:C/:.*//} ${FWDIR}/${i:C/.*://}
+ ${INSTALL_KLD} ${WRKSRC}/${i:C/:.*//} ${FWDIR}/${i:C/.*://}
.endfor
post-install: