svn commit: r562477 - head/devel/py-python-dtrace

Antoine Brodin antoine at FreeBSD.org
Sun Jan 24 14:18:20 UTC 2021


Author: antoine
Date: Sun Jan 24 14:18:20 2021
New Revision: 562477
URL: https://svnweb.freebsd.org/changeset/ports/562477

Log:
  Make sure SRC_BASE is defined before testing it
  
  MFH:		2021Q1

Modified:
  head/devel/py-python-dtrace/Makefile

Modified: head/devel/py-python-dtrace/Makefile
==============================================================================
--- head/devel/py-python-dtrace/Makefile	Sun Jan 24 14:11:08 2021	(r562476)
+++ head/devel/py-python-dtrace/Makefile	Sun Jan 24 14:18:20 2021	(r562477)
@@ -17,6 +17,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils cython cython_run
 
+.include <bsd.port.pre.mk>
 
 # TODO: Adjust this check once python-dtrace handles installed dtrace headers
 # (https://reviews.freebsd.org/D27884).
@@ -30,4 +31,4 @@ IGNORE=	requires kernel source files in SRC_BASE=${SRC
 #do-test:
 #	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list