diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-11-09 04:57:55 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-11-09 04:57:55 +0000 |
commit | bbf3a523e2361bfe1ce4fdac4d326cefb55a43ee (patch) | |
tree | 379d7bdc8d3fa0bbcd533ea76b2474faa82a7aeb /mail | |
parent | cbf73f153efb00c2276179020857ab4ea02ecdf2 (diff) | |
download | ports-bbf3a523e2361bfe1ce4fdac4d326cefb55a43ee.tar.gz ports-bbf3a523e2361bfe1ce4fdac4d326cefb55a43ee.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rainloop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |