diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-28 19:32:07 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-28 19:32:39 +0000 |
commit | e2fc94a07d3e74e2de4b8068ba909db4e3ae7421 (patch) | |
tree | ca69b77bd3184014d14e0590742f3cfdc5577990 /emulators | |
parent | 8c029b8d873b75b835c4bc24af15bc5bc48a0115 (diff) | |
download | ports-e2fc94a07d3e74e2de4b8068ba909db4e3ae7421.tar.gz ports-e2fc94a07d3e74e2de4b8068ba909db4e3ae7421.zip |
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 8 |
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 |