aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-12-12 01:32:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-12-12 01:32:34 +0000
commit54d4090b46652f62e29babfe3aeae6d2c948c3b0 (patch)
treebbbdbc02beb5c0022b27f21e39c10c22d0084d7b /mail
parentf2840a7f29d06efb44904da5176aa612cf775d77 (diff)
downloadports-54d4090b46652f62e29babfe3aeae6d2c948c3b0.tar.gz
ports-54d4090b46652f62e29babfe3aeae6d2c948c3b0.zip
It turns out that letting bsd.squirrelmail.mk define CATEGORIES
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
Notes
Notes: svn path=/head/; revision=336240
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-abook_import_export-plugin/Makefile2
-rw-r--r--mail/squirrelmail-askuserinfo-plugin/Makefile2
-rw-r--r--mail/squirrelmail-avelsieve-plugin/Makefile3
-rw-r--r--mail/squirrelmail-calendar_file_backend-plugin/Makefile3
-rw-r--r--mail/squirrelmail-calendar_sql_backend-plugin/Makefile3
-rw-r--r--mail/squirrelmail-change_ldappass-plugin/Makefile5
-rw-r--r--mail/squirrelmail-change_sqlpass-plugin/Makefile3
-rw-r--r--mail/squirrelmail-check_quota-plugin/Makefile3
-rw-r--r--mail/squirrelmail-compatibility-plugin/Makefile2
-rw-r--r--mail/squirrelmail-email_footer-plugin/Makefile2
-rw-r--r--mail/squirrelmail-login_auth-plugin/Makefile2
-rw-r--r--mail/squirrelmail-login_notes-plugin/Makefile2
-rw-r--r--mail/squirrelmail-mark_read-plugin/Makefile3
-rw-r--r--mail/squirrelmail-multilogin-plugin/Makefile2
-rw-r--r--mail/squirrelmail-notes-plugin/Makefile3
-rw-r--r--mail/squirrelmail-notify-plugin/Makefile3
-rw-r--r--mail/squirrelmail-password_forget-plugin/Makefile2
-rw-r--r--mail/squirrelmail-pupdate-plugin/Makefile3
-rw-r--r--mail/squirrelmail-qmailadmin_login-plugin/Makefile3
-rw-r--r--mail/squirrelmail-quota_usage-plugin/Makefile3
-rw-r--r--mail/squirrelmail-sasql-plugin/Makefile3
-rw-r--r--mail/squirrelmail-secure_login-plugin/Makefile3
-rw-r--r--mail/squirrelmail-shared_calendars-plugin/Makefile3
-rw-r--r--mail/squirrelmail-spam-buttons-plugin/Makefile2
-rw-r--r--mail/squirrelmail-squirrel_logger-plugin/Makefile2
-rw-r--r--mail/squirrelmail-timeout_user-plugin/Makefile3
-rw-r--r--mail/squirrelmail-unsafe_image_rules-plugin/Makefile3
-rw-r--r--mail/squirrelmail-user_special_mailboxes-plugin/Makefile3
-rw-r--r--mail/squirrelmail-vlogin-plugin/Makefile2
-rw-r--r--mail/squirrelmail-websearch-plugin/Makefile3
-rw-r--r--mail/squirrelmail-wetteronline-plugin/Makefile3
-rw-r--r--mail/squirrelmail/bsd.squirrelmail.mk1
32 files changed, 62 insertions, 23 deletions
diff --git a/mail/squirrelmail-abook_import_export-plugin/Makefile b/mail/squirrelmail-abook_import_export-plugin/Makefile
index d9f9a824aecf..d0a4f15c67ef 100644
--- a/mail/squirrelmail-abook_import_export-plugin/Makefile
+++ b/mail/squirrelmail-abook_import_export-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= abook_import_export
PORTVERSION= 1.1
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.4
DIST_SUBDIR= squirrelmail
diff --git a/mail/squirrelmail-askuserinfo-plugin/Makefile b/mail/squirrelmail-askuserinfo-plugin/Makefile
index 01e1fa3fa3cb..87b089070b5f 100644
--- a/mail/squirrelmail-askuserinfo-plugin/Makefile
+++ b/mail/squirrelmail-askuserinfo-plugin/Makefile
@@ -2,6 +2,8 @@
PORTNAME= askuserinfo
PORTVERSION= 1.1
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-avelsieve-plugin/Makefile b/mail/squirrelmail-avelsieve-plugin/Makefile
index 8532af9a34e7..d2f171e13efb 100644
--- a/mail/squirrelmail-avelsieve-plugin/Makefile
+++ b/mail/squirrelmail-avelsieve-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= avelsieve
PORTVERSION= 1.9.7
-PORTREVISION= 2
+PORTREVISION= 3
+CATEGORIES= mail www
MAINTAINER= neil@darlow.co.uk
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
diff --git a/mail/squirrelmail-calendar_file_backend-plugin/Makefile b/mail/squirrelmail-calendar_file_backend-plugin/Makefile
index 88171c00ebb0..a345749a907f 100644
--- a/mail/squirrelmail-calendar_file_backend-plugin/Makefile
+++ b/mail/squirrelmail-calendar_file_backend-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= calendar_file_backend
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-calendar_sql_backend-plugin/Makefile b/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
index eae443967681..c4c3b2cd56ba 100644
--- a/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
+++ b/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= calendar_sql_backend
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
DIST_SUBDIR= squirrelmail
diff --git a/mail/squirrelmail-change_ldappass-plugin/Makefile b/mail/squirrelmail-change_ldappass-plugin/Makefile
index dd6f6dcde0ac..a68deac79f12 100644
--- a/mail/squirrelmail-change_ldappass-plugin/Makefile
+++ b/mail/squirrelmail-change_ldappass-plugin/Makefile
@@ -1,9 +1,10 @@
# Created by: Alexander Wittig <alexander@wittig.name>
# $FreeBSD$
-PORTNAME= change_ldappass
+PORTNAME= change_ldappass
PORTVERSION= 2.2
-PORTREVISION= 4
+PORTREVISION= 5
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile
index df085a50dbf8..cf9bd59d3d12 100644
--- a/mail/squirrelmail-change_sqlpass-plugin/Makefile
+++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= change-sqlpass
PORTVERSION= 3.3
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
MAINTAINER= itetcu@FreeBSD.org
diff --git a/mail/squirrelmail-check_quota-plugin/Makefile b/mail/squirrelmail-check_quota-plugin/Makefile
index cb4efedb943f..133dfdea0dde 100644
--- a/mail/squirrelmail-check_quota-plugin/Makefile
+++ b/mail/squirrelmail-check_quota-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= check-quota
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.0
MAINTAINER= itetcu@FreeBSD.org
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile
index 77f13d24660f..fa37116ef8ad 100644
--- a/mail/squirrelmail-compatibility-plugin/Makefile
+++ b/mail/squirrelmail-compatibility-plugin/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= compatibility
-PORTVERSION= 2.0.16
+PORTVERSION=2.0.16
CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.0
diff --git a/mail/squirrelmail-email_footer-plugin/Makefile b/mail/squirrelmail-email_footer-plugin/Makefile
index 514fc3c91c1f..355daae65111 100644
--- a/mail/squirrelmail-email_footer-plugin/Makefile
+++ b/mail/squirrelmail-email_footer-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= email_footer
PORTVERSION=0.6
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-login_auth-plugin/Makefile b/mail/squirrelmail-login_auth-plugin/Makefile
index ac246f84cf44..80c0d8e49289 100644
--- a/mail/squirrelmail-login_auth-plugin/Makefile
+++ b/mail/squirrelmail-login_auth-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= login_auth
PORTVERSION= 3.0
+PORTREVISION= 1
+CATEGORIES= mail www
MASTER_SITES= http://www.squirrelmail.org/plugins/ \
http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile
index 7cca9f313a64..5aaf0bae4b1e 100644
--- a/mail/squirrelmail-login_notes-plugin/Makefile
+++ b/mail/squirrelmail-login_notes-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= login_notes
PORTVERSION=1.2
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-mark_read-plugin/Makefile b/mail/squirrelmail-mark_read-plugin/Makefile
index 29240ff99040..4df5c7caa69c 100644
--- a/mail/squirrelmail-mark_read-plugin/Makefile
+++ b/mail/squirrelmail-mark_read-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= mark_read
PORTVERSION= 1.4.2
-PORTREVISION= 2
+PORTREVISION= 3
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
MAINTAINER= itetcu@FreeBSD.org
diff --git a/mail/squirrelmail-multilogin-plugin/Makefile b/mail/squirrelmail-multilogin-plugin/Makefile
index a001fda11bc4..f7b9647d72bc 100644
--- a/mail/squirrelmail-multilogin-plugin/Makefile
+++ b/mail/squirrelmail-multilogin-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= multilogin
PORTVERSION= 2.4
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.9
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-notes-plugin/Makefile b/mail/squirrelmail-notes-plugin/Makefile
index 4eda975e9366..48dd1b92aa77 100644
--- a/mail/squirrelmail-notes-plugin/Makefile
+++ b/mail/squirrelmail-notes-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= notes
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-notify-plugin/Makefile b/mail/squirrelmail-notify-plugin/Makefile
index 467d3e34c1bc..3735d0919fe2 100644
--- a/mail/squirrelmail-notify-plugin/Makefile
+++ b/mail/squirrelmail-notify-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= notify
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-password_forget-plugin/Makefile b/mail/squirrelmail-password_forget-plugin/Makefile
index 8830cdf1d761..9b07c2f16aa6 100644
--- a/mail/squirrelmail-password_forget-plugin/Makefile
+++ b/mail/squirrelmail-password_forget-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= password_forget
PORTVERSION= 2.2
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1
MAINTAINER= neil@darlow.co.uk
diff --git a/mail/squirrelmail-pupdate-plugin/Makefile b/mail/squirrelmail-pupdate-plugin/Makefile
index 151a74fddf47..dd47661e74f5 100644
--- a/mail/squirrelmail-pupdate-plugin/Makefile
+++ b/mail/squirrelmail-pupdate-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= pupdate
PORTVERSION= 0.7
-PORTREVISION= 2
+PORTREVISION= 3
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-qmailadmin_login-plugin/Makefile b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
index 822f7d8380f8..16ef0a311027 100644
--- a/mail/squirrelmail-qmailadmin_login-plugin/Makefile
+++ b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= qmailadmin_login
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.3
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-quota_usage-plugin/Makefile b/mail/squirrelmail-quota_usage-plugin/Makefile
index 215a776da0f0..56d85c0bccf1 100644
--- a/mail/squirrelmail-quota_usage-plugin/Makefile
+++ b/mail/squirrelmail-quota_usage-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= quota_usage
PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-sasql-plugin/Makefile b/mail/squirrelmail-sasql-plugin/Makefile
index 777750e08cde..559c03a37331 100644
--- a/mail/squirrelmail-sasql-plugin/Makefile
+++ b/mail/squirrelmail-sasql-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= sasql
PORTVERSION= 3.2.0
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= Edit SpamAssassin settings stored in an SQL DB
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile
index 0e9dfa6e1ce4..bad461e90ded 100644
--- a/mail/squirrelmail-secure_login-plugin/Makefile
+++ b/mail/squirrelmail-secure_login-plugin/Makefile
@@ -2,7 +2,8 @@
PORTNAME= secure_login
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.8
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-shared_calendars-plugin/Makefile b/mail/squirrelmail-shared_calendars-plugin/Makefile
index 34efbed2d5e7..7477b020683b 100644
--- a/mail/squirrelmail-shared_calendars-plugin/Makefile
+++ b/mail/squirrelmail-shared_calendars-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= shared_calendars
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-spam-buttons-plugin/Makefile b/mail/squirrelmail-spam-buttons-plugin/Makefile
index 4c20da284d1b..315b005ac92f 100644
--- a/mail/squirrelmail-spam-buttons-plugin/Makefile
+++ b/mail/squirrelmail-spam-buttons-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= spam-buttons
PORTVERSION= 2.3.1
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
DIST_SUBDIR= squirrelmail
diff --git a/mail/squirrelmail-squirrel_logger-plugin/Makefile b/mail/squirrelmail-squirrel_logger-plugin/Makefile
index 90f8ee3589c5..aafd46c5ec83 100644
--- a/mail/squirrelmail-squirrel_logger-plugin/Makefile
+++ b/mail/squirrelmail-squirrel_logger-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= squirrel_logger
PORTVERSION= 2.3
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-timeout_user-plugin/Makefile b/mail/squirrelmail-timeout_user-plugin/Makefile
index e017315554f5..fa3559b6bf8f 100644
--- a/mail/squirrelmail-timeout_user-plugin/Makefile
+++ b/mail/squirrelmail-timeout_user-plugin/Makefile
@@ -2,7 +2,8 @@
PORTNAME= timeout_user
PORTVERSION= 1.1.1
-PORTREVISION= 3
+PORTREVISION= 4
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
index 32e618ae959e..72cf6758cd49 100644
--- a/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
+++ b/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= unsafe_image_rules
PORTVERSION= 0.8
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4
MAINTAINER= itetcu@FreeBSD.org
diff --git a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
index fd339e8b1505..79471f2b0c33 100644
--- a/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
+++ b/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= user_special_mailboxes
PORTVERSION= 0.1
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
DISTNAME= ${PORTNAME:S/-/_/}.${PORTVERSION}-1.4
MAINTAINER= itetcu@FreeBSD.org
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile
index b9360dc0ed21..6aebe932ce46 100644
--- a/mail/squirrelmail-vlogin-plugin/Makefile
+++ b/mail/squirrelmail-vlogin-plugin/Makefile
@@ -3,6 +3,8 @@
PORTNAME= vlogin
PORTVERSION= 3.10.2
+PORTREVISION= 1
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7
MAINTAINER= neil@darlow.co.uk
diff --git a/mail/squirrelmail-websearch-plugin/Makefile b/mail/squirrelmail-websearch-plugin/Makefile
index 2fd30485a354..b987649a328e 100644
--- a/mail/squirrelmail-websearch-plugin/Makefile
+++ b/mail/squirrelmail-websearch-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= web_search
PORTVERSION= 0.1.6
-PORTREVISION= 2
+PORTREVISION= 3
+CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for Websearch
diff --git a/mail/squirrelmail-wetteronline-plugin/Makefile b/mail/squirrelmail-wetteronline-plugin/Makefile
index 0383d338f054..695e6e6b2416 100644
--- a/mail/squirrelmail-wetteronline-plugin/Makefile
+++ b/mail/squirrelmail-wetteronline-plugin/Makefile
@@ -3,7 +3,8 @@
PORTNAME= wetteronline
PORTVERSION= 0.1
-PORTREVISION= 1
+PORTREVISION= 2
+CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for the weather in Germany
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk
index 27a3b2555049..d65bbb255af1 100644
--- a/mail/squirrelmail/bsd.squirrelmail.mk
+++ b/mail/squirrelmail/bsd.squirrelmail.mk
@@ -28,7 +28,6 @@
# tweaking. Feedback is always welcome.
#
-CATEGORIES?= mail www
MASTER_SITES?= http://www.squirrelmail.org/plugins/
PKGNAMEPREFIX?= squirrelmail-
PKGNAMESUFFIX?= -plugin