svn commit: r492471 - head/games/evq3
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Feb 8 23:33:17 UTC 2019
Author: amdmi3
Date: Fri Feb 8 23:33:15 2019
New Revision: 492471
URL: https://svnweb.freebsd.org/changeset/ports/492471
Log:
- Fix the way port.mk is included in preparation for USES=sdl
Modified:
head/games/evq3/Makefile
Modified: head/games/evq3/Makefile
==============================================================================
--- head/games/evq3/Makefile Fri Feb 8 23:33:11 2019 (r492470)
+++ head/games/evq3/Makefile Fri Feb 8 23:33:15 2019 (r492471)
@@ -46,7 +46,7 @@ VM_ARCHS= amd64 i386
.include "${.CURDIR}/../quake3-data/Makefile.include"
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.for i in ${ARCH}
. if ${VM_ARCHS:M${i}} != ""
@@ -156,4 +156,4 @@ maint-gen-distfile:
tar cjf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}
${RM} -r ${PORTNAME}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list