diff --git a/www/OPNProxy/Makefile b/www/OPNProxy/Makefile index 20aa92ff1..9d4a76545 100644 --- a/www/OPNProxy/Makefile +++ b/www/OPNProxy/Makefile @@ -6,6 +6,5 @@ PLUGIN_DEPENDS= os-redis${PLUGIN_PKGSUFFIX} \ os-squid${PLUGIN_PKGSUFFIX} \ py${PLUGIN_PYTHON}-redis PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 2 .include "../../Mk/plugins.mk" diff --git a/www/squid/Makefile b/www/squid/Makefile index 68c864957..135f7c864 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -3,7 +3,6 @@ PLUGIN_VERSION= 1.2 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Squid is a caching proxy for the web PLUGIN_DEPENDS= squid squid-langpack -PLUGIN_TIER= 2 PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"