Skip to content

Commit

Permalink
Framework: allow license override
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Oct 10, 2023
1 parent fb14a0e commit 2d900d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mk/plugins.mk
Expand Up @@ -44,6 +44,7 @@ PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \
+PRE_DEINSTALL +POST_DEINSTALL

PLUGIN_WWW?= https://opnsense.org/
PLUGIN_LICENSE?= BSD2CLAUSE
PLUGIN_TIER?= 3
PLUGIN_REVISION?= 0

Expand Down Expand Up @@ -116,7 +117,7 @@ manifest: check
@echo "www: \"${PLUGIN_WWW}\""
@echo "prefix: \"${LOCALBASE}\""
@echo "licenselogic: \"single\""
@echo "licenses: [ \"BSD2CLAUSE\" ]"
@echo "licenses: [ \"${PLUGIN_LICENSE}\" ]"
.if defined(PLUGIN_NO_ABI)
@echo "arch: \"${OSABIPREFIX:tl}:*:*\""
@echo "abi: \"${OSABIPREFIX}:*:*\""
Expand Down

0 comments on commit 2d900d4

Please sign in to comment.