git: e88ae745ad30 - main - net/tcpview: Pet portclippy

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Wed, 15 Feb 2023 16:55:55 UTC
The branch main has been updated by cy:

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

commit e88ae745ad30e428c5051a25d2d91cce1a0a8705
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-15 05:05:40 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-15 16:55:02 +0000

    net/tcpview: Pet portclippy
    
    Move MAKE_JOBS_UNSAFE to the MAKE block.
---
 net/tcpview/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile
index e7852e0ccb17..bc24506b27ee 100644
--- a/net/tcpview/Makefile
+++ b/net/tcpview/Makefile
@@ -9,10 +9,10 @@ MASTER_SITES=	http://ftp.vim.org/ibiblio/system/network/management/ \
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Motif-based TCP/IP protocol analyzer
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=		bison motif tar:Z
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
+MAKE_JOBS_UNSAFE=	yes
+
 CFLAGS=		-Wno-int-conversion
 
 post-patch: