git: 8cd62e3a167d - main - mail/procmail: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 31 Oct 2024 09:23:49 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cd62e3a167d41f1f2510ded68538dd013336d25

commit 8cd62e3a167d41f1f2510ded68538dd013336d25
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-31 09:08:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-31 09:22:51 +0000

    mail/procmail: Cosmetic change
---
 mail/procmail/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index b2abc2eefa98..1d9cf8414dd6 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -16,16 +16,17 @@ LICENSE=	GPLv2
 BROKEN=		fails to build under qemu: killing runaway build after 21600 seconds with no output
 .endif
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
-INSTALL_TARGET=	install.bin install.man
 USES=		cpe
+
 EXTRA_PATCHES=	${FILESDIR}/procmail-3.22-getline.patch:-p1
+INSTALL_TARGET=	install.bin install.man
 
 PORTDOCS=	FAQ FEATURES HISTORY KNOWN_BUGS README
 PORTEXAMPLES=	1procmailrc 1rmail 2procmailrc 2rmail 3procmailrc 3rmail \
 		advanced dirname forward local_procmail_lmtp.m4 mailstat
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h ${WRKSRC}/src/autoconf
 # Allow parallel builds (-jX) to work