git: e2fc94a07d3e - main - emulators/wine-devel: Unconditionally set MAINTAINER and COMMENT

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sun, 28 Nov 2021 19:33:10 UTC
The branch main has been updated by gerald:

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

commit e2fc94a07d3e74e2de4b8068ba909db4e3ae7421
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-28 19:32:07 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-28 19:32:39 +0000

    emulators/wine-devel: Unconditionally set MAINTAINER and COMMENT
    
    The MAINTAINER and COMMENT variables, as well as PKGNAMESUFFIX and
    WINELIBDIR, could be overridden for the sake of the i386-wine-devel
    port. With that port gone, simply set these unconditionally.
    
    This is mostly 6387592817b5276970d954b6645636cb496a8603 forward
    ported from emulators/wine.
---
 emulators/wine-devel/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 1c9c2fbd9a85..682a39f82178 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -6,11 +6,11 @@ PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
 		http://mirrors.ibiblio.org/wine/source/6.x/
-PKGNAMESUFFIX?=	-devel
+PKGNAMESUFFIX=	-devel
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER?=	damjan.jov@gmail.com
-COMMENT?=	Microsoft Windows compatibility environment
+MAINTAINER=	damjan.jov@gmail.com
+COMMENT=	Microsoft Windows compatibility environment
 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-unwind \
 		--without-usb
 CONFIGURE_ENV=	CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
-WINELIBDIR?=	${PREFIX}/lib
+WINELIBDIR=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)
 USE_LDCONFIG=	${WINELIBDIR} ${WINELIBDIR}/wine
 .endif