aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-28 19:32:07 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-28 19:32:39 +0000
commite2fc94a07d3e74e2de4b8068ba909db4e3ae7421 (patch)
treeca69b77bd3184014d14e0590742f3cfdc5577990 /emulators/wine-devel
parent8c029b8d873b75b835c4bc24af15bc5bc48a0115 (diff)
downloadports-e2fc94a07d3e74e2de4b8068ba909db4e3ae7421.tar.gz
ports-e2fc94a07d3e74e2de4b8068ba909db4e3ae7421.zip
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.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile8
1 files 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