From 407627cd49df0c140ebc23a609d700398a59d962 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jun 2020 07:57:09 +0200 Subject: [PATCH] mail/postfix: fix whitespace --- mail/postfix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4f5fea043..522d394a0 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= postfix PLUGIN_VERSION= 1.14 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= SMTP mail relay PLUGIN_DEPENDS= postfix-sasl PLUGIN_MAINTAINER= m.muenz@gmail.com