svn commit: r554666 - head/mail/rainloop

Kyle Evans kevans at FreeBSD.org
Mon Nov 9 04:57:55 UTC 2020


Author: kevans
Date: Mon Nov  9 04:57:55 2020
New Revision: 554666
URL: https://svnweb.freebsd.org/changeset/ports/554666

Log:
  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)
  MFH:		2020Q4

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Mon Nov  9 04:53:10 2020	(r554665)
+++ head/mail/rainloop/Makefile	Mon Nov  9 04:57:55 2020	(r554666)
@@ -9,7 +9,7 @@ PKGNAMESUFFIX?=	${PHP_PKGNAMESUFFIX}
 MAINTAINER=	yasu at 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/


More information about the svn-ports-head mailing list