aboutsummaryrefslogtreecommitdiff
path: root/databases/py-gdbm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
commit75d659b385e30935a659f6c63b86195f2b975175 (patch)
tree91ba938db95d41ba75ac2883a0f16259e0ecaa4a /databases/py-gdbm
parent3aaf6bb5547bf9e4cb3bfc37dab67b12e7323222 (diff)
downloadports-75d659b385e30935a659f6c63b86195f2b975175.tar.gz
ports-75d659b385e30935a659f6c63b86195f2b975175.zip
Remove logic for Python < 3.6 for ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561252
Diffstat (limited to 'databases/py-gdbm')
-rw-r--r--databases/py-gdbm/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 9d27de5ec02d..1873d61b18e6 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -27,13 +27,7 @@ DIST_SUBDIR= python
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Modules
-.include <bsd.port.pre.mk>
-
post-extract:
-.if ${PYTHON_REL} < 3000
- @${CP} ${FILESDIR}/setup.py ${WRKSRC}
-.else
@${CP} ${FILESDIR}/setup3.py ${WRKSRC}/setup.py
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>