aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-05-06 12:15:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-05-06 12:15:35 +0000
commit9b02685c9c93344825d2f6816a53780e3562414f (patch)
tree6dac30d8ec07c32552ec0a7bca9c725c155dd87e /emulators
parent3505159e72da2d8313ce2a8ddc527de700b5bc37 (diff)
downloadports-9b02685c9c93344825d2f6816a53780e3562414f.tar.gz
ports-9b02685c9c93344825d2f6816a53780e3562414f.zip
*: Three ports missed in the RESTRICTED removal.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile7
-rw-r--r--emulators/virtualbox-ose/Makefile7
2 files changed, 10 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 4863f1c5590d..81a872060084 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -132,8 +132,11 @@ KMK_BUILDTYPE= release
.if ${PORT_OPTIONS:MGUESTADDITIONS}
GUESTADDITIONS= VBoxGuestAdditions_${PORTVERSION}.iso
-RESTRICTED= for personal use only
-RESTRICTED_FILES= ${GUESTADDITIONS}
+LICENSE+= Additions
+LICENSE_COMB= multi
+LICENSE_NAME_Additions= Guest Additions
+LICENSE_PERMS_Additions= auto-accept
+LICENSE_DISTFILES_Additions= ${GUESTADDITIONS}
.endif
.if ${PORT_OPTIONS:MMANUAL}
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 41b2a607842f..bc7ef3e08e17 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -131,8 +131,11 @@ KMK_BUILDTYPE= release
.if ${PORT_OPTIONS:MGUESTADDITIONS}
GUESTADDITIONS= VBoxGuestAdditions_${PORTVERSION}.iso
-RESTRICTED= for personal use only
-RESTRICTED_FILES= ${GUESTADDITIONS}
+LICENSE+= Additions
+LICENSE_COMB= multi
+LICENSE_NAME_Additions= Guest Additions
+LICENSE_PERMS_Additions= auto-accept
+LICENSE_DISTFILES_Additions= ${GUESTADDITIONS}
.endif
.if ${PORT_OPTIONS:MMANUAL}