git: 2ef9b9db6755 - main - irc/quirc: clean the port's Makefile up a little

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 12 May 2023 03:52:41 UTC
The branch main has been updated by danfe:

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

commit 2ef9b9db67557e69f50026fa5302fcf9e40e0225
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-05-12 03:51:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-05-12 03:51:48 +0000

    irc/quirc: clean the port's Makefile up a little
    
    Drop needless MAKE_ENV+=DESTDIR=${STAGEDIR}, adjust USE_XORG per
    what stage Q/A reports, and put the knobs in their natural order.
---
 irc/quirc/Makefile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile
index 3337453958ae..5da2382517a9 100644
--- a/irc/quirc/Makefile
+++ b/irc/quirc/Makefile
@@ -11,16 +11,8 @@ WWW=		https://BSDforge.com/projects/irc/quirc/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	DOCS
-
 USES=		tk xorg
-USE_XORG=	xt
-
 GNU_CONFIGURE=	yes
-MAKE_ENV+=	DESTDIR=${STAGEDIR}
-
-PORTDOCS=	AUTHORS ChangeLog FAQ NEWS README doc/*.txt
-
 CONFIGURE_ARGS=	--with-wish=${WISH} \
 		--with-tcl-include-dir=${TCL_INCLUDEDIR} \
 		--with-tk-include-dir=${TK_INCLUDEDIR} \
@@ -29,6 +21,11 @@ CONFIGURE_ARGS=	--with-wish=${WISH} \
 		--with-tcl-lib=tcl${TCL_SHLIB_VER} \
 		--with-tk-lib=tk${TCL_SHLIB_VER} \
 		--with-tcl-version=${TCL_VER}
+USE_XORG=	ice sm x11
+
+PORTDOCS=	AUTHORS ChangeLog FAQ NEWS README doc/*.txt
+
+OPTIONS_DEFINE=	DOCS
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/common