git: 17762cbf9491 - main - x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR

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


The branch main has been updated by sunpoet:

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

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

    x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR
---
 x11-toolkits/py-tkinter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile
index 2d11f6a341f6..32a8c6a66068 100644
--- a/x11-toolkits/py-tkinter/Makefile
+++ b/x11-toolkits/py-tkinter/Makefile
@@ -20,7 +20,7 @@ USE_PYTHON=	distutils autoplist allflavors
 
 DIST_SUBDIR=	python
 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