diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-01-24 23:16:53 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-01-24 23:16:53 +0000 |
commit | 7ec69757cf6a5e5213a5a054afea30a710faffb9 (patch) | |
tree | d8b0ea71542dde7da9156af1c1296ec624ae4566 /emulators/virtualbox-ose-kmod-legacy | |
parent | 6e186028798dc7e7652c1793a41ea46d5f39eaa6 (diff) | |
download | freebsd-ports-7ec69757cf6a5e5213a5a054afea30a710faffb9.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-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index a0da9cfeac2c..d099cac53a61 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/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-legacy/pkg-plist b/emulators/virtualbox-ose-kmod-legacy/pkg-plist index f4567ba3fc9a..3219ac8ef38f 100644 --- a/emulators/virtualbox-ose-kmod-legacy/pkg-plist +++ b/emulators/virtualbox-ose-kmod-legacy/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%% |