From e2fc94a07d3e74e2de4b8068ba909db4e3ae7421 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 28 Nov 2021 19:32:07 +0000 Subject: 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(-) (limited to 'emulators/wine-devel') 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 -- cgit v1.2.3