From 8bc8abb433317c8855ba1b0b4e5cf6db49a7fe4d Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 9 Nov 2020 04:58:33 +0000 Subject: [PATCH] MFH: r554666 mail/rainloop: fix position of double quote This rode in back in r541184 (2020/07/04) and is clearly bogus, but somehow hasn't been an issue until now. Move the quotation mark outside of the right brace. Approved by: portmgr (implicit, just-fix-it) Approved by: ports-secteam (implicit, just-fix-it) --- mail/rainloop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index 40cb3c37aa51..50163643d58d 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX?= ${PHP_PKGNAMESUFFIX} MAINTAINER= yasu@utahime.org COMMENT?= Modern and interactive webmail -.if "${PKGNAMESUFFIX"} == "${PHP_PKGNAMESUFFIX}" +.if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}" LICENSE= RainLoop LICENSE_NAME= RainLoop Software License LICENSE_TEXT= License can be found at: http://www.rainloop.net/licensing/