aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cuse4bsd-kmod
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-12-03 14:04:03 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-12-03 14:04:03 +0000
commit51807a8f6aa9274d71b12da260dd14e67c9c83d7 (patch)
tree1a90d5f9ab917223181a09cae71216d57b8161a7 /multimedia/cuse4bsd-kmod
parent6f601073348f3ad01bc181dff7c2c213e28de2b0 (diff)
downloadports-51807a8f6aa9274d71b12da260dd14e67c9c83d7.tar.gz
ports-51807a8f6aa9274d71b12da260dd14e67c9c83d7.zip
Add missing kldxref when building from ports.
Approved by: hselasky (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=286808
Diffstat (limited to 'multimedia/cuse4bsd-kmod')
-rw-r--r--multimedia/cuse4bsd-kmod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/cuse4bsd-kmod/Makefile b/multimedia/cuse4bsd-kmod/Makefile
index 56665f6e556e..4acf75ba2424 100644
--- a/multimedia/cuse4bsd-kmod/Makefile
+++ b/multimedia/cuse4bsd-kmod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cuse4bsd-kmod
PORTVERSION= 0.1.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia kld
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://hselasky.homeunix.org:8192/distfiles/
@@ -47,5 +47,6 @@ MAKE_ARGS+=" HAVE_DEBUG=YES"
do-install:
${MAKE} -C ${WRKSRC} -f ${WRKSRC}/Makefile.lib ${PLIST_SUB} install
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${KMODDIR}
+ kldxref ${KMODDIR}
.include <bsd.port.post.mk>