summaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 20:56:57 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 20:56:57 +0800
commitfe5bc91794788b116abe866ac5e032f40e39e1d5 (patch)
tree606ce81187cb27f3f6e3428bb9165181f18b6b37 /databases/py-gdbm/Makefile
parentnet/rubygem-grpc: Update to 1.38.0 (diff)
databases/py-gdbm: Use WRKSRC_SUBDIR
Diffstat (limited to '')
-rw-r--r--databases/py-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index bd024726a8ff..e7c6ac145091 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -24,7 +24,7 @@ PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHONPREFIX_LIBDIR}/lib-dynload
DIST_SUBDIR= python
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
-WRKSRC= ${WRKDIR}/Python-${DISTVERSION}/Modules
+WRKSRC_SUBDIR= Modules
post-extract:
@${CP} ${FILESDIR}/setup3.py ${WRKSRC}/setup.py