diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-15 06:31:25 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-15 06:31:25 +0000 |
commit | d0c63501c23e0e5d46cbfdca47bd062cb8ee7f34 (patch) | |
tree | 020b0c94de72f57e93911816a47d2602193fa898 /emulators/virtualbox-ose-kmod-legacy/Makefile | |
parent | d20b24ac41a9eb82c0c600ef98cb43905daaefb1 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 0fc801a491b3..ef816bd626bb 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= virtualbox-ose -DISTVERSION= 3.2.8 +DISTVERSION= 3.2.10 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -22,6 +22,9 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ kmk:${PORTSDIR}/devel/kBuild +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE USE_RC_SUBR= vboxnet |