diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 11462e3dd..97c89acb1 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,7 +1,8 @@ -PLUGIN_NAME= monit -PLUGIN_VERSION= 0.1 -PLUGIN_COMMENT= Proactive system monitoring -PLUGIN_MAINTAINER= frank.brendel@eurolog.com -PLUGIN_DEPENDS= monit +PLUGIN_NAME= monit +PLUGIN_VERSION= 0.1 +PLUGIN_COMMENT= Proactive system monitoring +PLUGIN_MAINTAINER= frank.brendel@eurolog.com +PLUGIN_DEPENDS= monit +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/www/web-proxy-sso/Makefile b/www/web-proxy-sso/Makefile index 5fe72f718..ccc3b5fc0 100644 --- a/www/web-proxy-sso/Makefile +++ b/www/web-proxy-sso/Makefile @@ -3,5 +3,6 @@ PLUGIN_VERSION= 0.3 PLUGIN_COMMENT= Add SSO Active Directory to use in Proxy PLUGIN_DEPENDS= msktutil PLUGIN_MAINTAINER= gitdevmod@github.com +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"