svn commit: r530525 - head/emulators/wine
Lorenzo Salvadore
salvadore at FreeBSD.org
Fri Apr 3 21:40:11 UTC 2020
Author: salvadore
Date: Fri Apr 3 21:40:00 2020
New Revision: 530525
URL: https://svnweb.freebsd.org/changeset/ports/530525
Log:
emulators/wine: Change tested variable for master port detection
Forward r529132 from emulators/wine-devel.
Approved by: gerald (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D24262
Modified:
head/emulators/wine/Makefile
Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile Fri Apr 3 21:38:04 2020 (r530524)
+++ head/emulators/wine/Makefile Fri Apr 3 21:40:00 2020 (r530525)
@@ -121,7 +121,7 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
# Include this only if it has not been already included by the
# i386-wine slave port.
-.ifndef PKGNAMEPREFIX
+.ifndef WINE_SLAVE_BUILD
.include <bsd.port.pre.mk>
.endif
@@ -164,6 +164,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg
${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${STAGEDIR}${DOCSDIR}/README.winedump
-.ifndef PKGNAMEPREFIX
+.ifndef WINE_SLAVE_BUILD
.include <bsd.port.post.mk>
.endif
More information about the svn-ports-head
mailing list