aboutsummaryrefslogtreecommitdiff
path: root/net/nvnet/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/nvnet/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/nvnet/Makefile')
-rw-r--r--net/nvnet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nvnet/Makefile b/net/nvnet/Makefile
index cf26974c93c2..d0e5d29802a1 100644
--- a/net/nvnet/Makefile
+++ b/net/nvnet/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nvnet
PORTVERSION= 1.0.0301
+PORTREVISION= 1
CATEGORIES= net kld
MASTER_SITES= http://www.onthenet.com.au/~q/nvnet/
DISTFILES= ${PORTNAME}-src-${DISTVERSION}${EXTRACT_SUFX}
@@ -36,7 +37,7 @@ IGNORE= Kernel source files required
.endif
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/module/if_nv.ko ${KMODDIR}
+ ${INSTALL_KLD} ${WRKSRC}/module/if_nv.ko ${KMODDIR}
${INSTALL_MAN} ${WRKSRC}/man/nvnet.4 ${PREFIX}/man/man4
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}