diff options
author | nox <nox@FreeBSD.org> | 2011-12-03 22:04:03 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-12-03 22:04:03 +0800 |
commit | c0416bbe3b2ba0edf128ebb7ea9dd1f44ff7195f (patch) | |
tree | 5aa08dc2e151ececf907c1b2dd989bce0829429f /multimedia | |
parent | f10778e27275e78b29325ec4625949a84beafee2 (diff) | |
download | freebsd-ports-gnome-c0416bbe3b2ba0edf128ebb7ea9dd1f44ff7195f.tar.gz freebsd-ports-gnome-c0416bbe3b2ba0edf128ebb7ea9dd1f44ff7195f.tar.zst freebsd-ports-gnome-c0416bbe3b2ba0edf128ebb7ea9dd1f44ff7195f.zip |
Add missing kldxref when building from ports.
Approved by: hselasky (maintainer)
Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cuse4bsd-kmod/Makefile | 3 |
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> |