aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine8/Makefile')
-rw-r--r--emulators/wine8/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/wine8/Makefile b/emulators/wine8/Makefile
index 7d4a44135519..9505bb23d492 100644
--- a/emulators/wine8/Makefile
+++ b/emulators/wine8/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wine
DISTVERSION= 8.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/8.0/
PKGNAMESUFFIX= 8
@@ -27,7 +27,6 @@ CPE_VENDOR= winehq
CONFLICTS_INSTALL= wine-devel
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--verbose \
--disable-kerberos \
--disable-tests \
@@ -139,7 +138,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386"
.endif
pre-build:
- cd ${WRKSRC} && ${MAKE_CMD} depend
+ cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_CMD} depend
post-install:
.if ${ARCH} == i386