git: 8c410ce96413 - main - devel/eql5: Simplify Makefile

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 15 Feb 2022 19:38:56 UTC
The branch main has been updated by yuri:

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

commit 8c410ce9641330a2b67d7b1459b3fa2b9b0ff19a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-15 08:23:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-15 19:38:54 +0000

    devel/eql5: Simplify Makefile
---
 devel/eql5/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/eql5/Makefile b/devel/eql5/Makefile
index dc5e0d0addec..3cc6d197a227 100644
--- a/devel/eql5/Makefile
+++ b/devel/eql5/Makefile
@@ -24,17 +24,11 @@ GL_COMMIT=	82c209a46962f8a7e9f7d8f81b25cc21e8861e42
 
 WRKSRC_SUBDIR=	src
 
-QMAKE_CONFIGURE_ARGS=	eql5.pro
+QMAKE_SOURCE_PATH=	${WRKSRC}/eql5.pro
 
 post-extract: # see https://gitlab.com/eql/EQL5/-/issues/26
 	@${FIND} ${WRKSRC} -name "*.pro" | ${XARGS} ${REINPLACE_CMD} -e 's|^linux|freebsd|'
 
-do-configure: # same as in qmake.mk but w/out -- due to the qmake bug https://bugreports.qt.io/browse/QTBUG-100811
-	@cd ${_QMAKE_WRKSRC} && \
-		${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} \
-			${QMAKE_SOURCE_PATH} \
-			${QMAKE_CONFIGURE_ARGS}
-
 pre-build:
 	@cd ${WRKSRC} && ecl -shell make.lisp