git: bb1807fd861f - main - databases/py-sqlite3: Use WRKSRC_SUBDIR

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 26 12:59:37 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb1807fd861f1b616b128164f14cf8baf0f1dbf6

commit bb1807fd861f1b616b128164f14cf8baf0f1dbf6
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:56:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 12:56:58 +0000

    databases/py-sqlite3: Use WRKSRC_SUBDIR
---
 databases/py-sqlite3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 1f6125d10b0b..d1ba18d4f4cf 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -23,7 +23,7 @@ USES=		compiler:c11 python:2.7+ tar:xz
 USE_PYTHON=	autoplist distutils allflavors
 
 DISTINFO_FILE=	${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
-WRKSRC=		${WRKDIR}/Python-${DISTVERSION}/Modules
+WRKSRC_SUBDIR=	Modules
 
 PYDISTUTILS_INSTALLARGS+=	--install-lib ${PYTHON_LIBDIR}/lib-dynload
 


More information about the dev-commits-ports-all mailing list