diff options
author | beat <beat@FreeBSD.org> | 2010-01-25 07:16:53 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-01-25 07:16:53 +0800 |
commit | 490c338990c19cd2108c550623f8ee5e018e2b07 (patch) | |
tree | fbec80c8e7cee4cb680dfaa5c787353b6dd6ce41 /emulators/virtualbox-ose-kmod | |
parent | 6f2d6cd4483d7da8dce58aeee2c490237c3446d4 (diff) | |
download | freebsd-ports-gnome-490c338990c19cd2108c550623f8ee5e018e2b07.tar.gz freebsd-ports-gnome-490c338990c19cd2108c550623f8ee5e018e2b07.tar.zst freebsd-ports-gnome-490c338990c19cd2108c550623f8ee5e018e2b07.zip |
- Add kldxref to pkg-plist.
- Bump PORTREVISION.
Reported by: Alexander Kabaev <kabaev AT gmail.com>,
Rainer Hurling <rhurlin AT gwdg.de>,
Nakata Maho <chat95 AT mac.com>,
Andrzej Tobola <ato AT iem.pw.edu.pl>
On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox)
Diffstat (limited to 'emulators/virtualbox-ose-kmod')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose-kmod/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index a0da9cfeac2c..d099cac53a61 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ diff --git a/emulators/virtualbox-ose-kmod/pkg-plist b/emulators/virtualbox-ose-kmod/pkg-plist index f4567ba3fc9a..3219ac8ef38f 100644 --- a/emulators/virtualbox-ose-kmod/pkg-plist +++ b/emulators/virtualbox-ose-kmod/pkg-plist @@ -3,3 +3,5 @@ %%KMODDIR%%/vboxdrv.ko %%KMODDIR%%/vboxnetadp.ko %%KMODDIR%%/vboxnetflt.ko +@exec /usr/sbin/kldxref %%KMODDIR%% +@unexec /usr/sbin/kldxref %%KMODDIR%% |