git: 6387592817b5 - main - emulators/wine: Unconditionally set MAINTAINER and COMMENT

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Thu, 25 Nov 2021 08:26:32 UTC
The branch main has been updated by gerald:

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

commit 6387592817b5276970d954b6645636cb496a8603
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-25 08:25:59 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-25 08:25:59 +0000

    emulators/wine: Unconditionally set MAINTAINER and COMMENT
    
    The MAINTAINER and COMMENT variables, as well as WINELIBDIR, could
    be overridden for the sake of the i386-wine port. With that port
    gone, simply set these unconditionally.
---
 emulators/wine/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index ed3e5754d68f..3b97b70ecf4b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -7,8 +7,8 @@ CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
 		http://mirrors.ibiblio.org/wine/source/6.0/
 
-MAINTAINER?=	gerald@FreeBSD.org
-COMMENT?=	Microsoft Windows compatibility environment
+MAINTAINER=	gerald@FreeBSD.org
+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