Skip to content

Commit

Permalink
emulators/wine-devel: Unconditionally set MAINTAINER and COMMENT
Browse files Browse the repository at this point in the history
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 6387592 forward
ported from emulators/wine.
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Nov 28, 2021
1 parent 8c029b8 commit e2fc94a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2fc94a

Please sign in to comment.