aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:56:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:56:59 +0000
commit17762cbf9491d16bdb2a278a79e31de1817ef852 (patch)
tree0cb2b7b7ee2e922a1964fe61fe0522d1e446ffbc /x11-toolkits
parentbb1807fd861f1b616b128164f14cf8baf0f1dbf6 (diff)
downloadports-17762cbf9491d16bdb2a278a79e31de1817ef852.tar.gz
ports-17762cbf9491d16bdb2a278a79e31de1817ef852.zip
x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-tkinter/Makefile2
1 files changed, 1 insertions, 1 deletions
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