Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 14:18:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562477 - head/devel/py-python-dtrace
Message-ID:  <202101241418.10OEIKDF035728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101241418.10OEIKDF035728>