aboutsummaryrefslogtreecommitdiff
path: root/mail/rainloop-community/Makefile
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2021-11-11 02:23:43 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-11-11 02:42:03 +0000
commit09c2f9d63931380306f66bcbef74667502a0c4e0 (patch)
treef44bcfbe69848980c9b45d7448f18fa30c8781a9 /mail/rainloop-community/Makefile
parent6d7015e212c797121061bf04db7a01f018fca6ac (diff)
downloadports-09c2f9d63931380306f66bcbef74667502a0c4e0.tar.gz
ports-09c2f9d63931380306f66bcbef74667502a0c4e0.zip
mail/rainloop: Fix SMTP AUTH PLAIN bug
While I'm here, * Switch to DISTVERSION * Pet portclippy * Re-format Makefile with portfmt Reference: https://github.com/RainLoop/rainloop-webmail/issues/1629 PR: 257017 Reported by: pi Obtained from: https://github.com/RainLoop/rainloop-webmail/issues/1629#issuecomment-540398127 MFH: 2021Q4
Diffstat (limited to 'mail/rainloop-community/Makefile')
-rw-r--r--mail/rainloop-community/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/rainloop-community/Makefile b/mail/rainloop-community/Makefile
index 0e0358b6f3e3..b63791cfb2f9 100644
--- a/mail/rainloop-community/Makefile
+++ b/mail/rainloop-community/Makefile
@@ -6,10 +6,10 @@ COMMENT= Modern and interactive webmail - community edition
LICENSE= AGPLv3
+CONFLICTS_INSTALL= rainloop-[0-9]*
+
MASTERDIR= ${.CURDIR}/../rainloop
-DISTINFO_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
-
-CONFLICTS_INSTALL= rainloop-[0-9]*
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"