git: fe5bc9179478 - main - databases/py-gdbm: 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=fe5bc91794788b116abe866ac5e032f40e39e1d5
commit fe5bc91794788b116abe866ac5e032f40e39e1d5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:56:57 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 12:56:57 +0000
databases/py-gdbm: Use WRKSRC_SUBDIR
---
databases/py-gdbm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list