summaryrefslogtreecommitdiff
path: root/devel/py-archinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-archinfo/Makefile')
-rw-r--r--devel/py-archinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-archinfo/Makefile b/devel/py-archinfo/Makefile
index 026b28cf8d83..8c0b4fb14b1e 100644
--- a/devel/py-archinfo/Makefile
+++ b/devel/py-archinfo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= archinfo
DISTVERSIONPREFIX= v
-DISTVERSION= 9.2.154
+DISTVERSION= 9.2.157
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,6 @@ TESTING_UNSAFE= nose does not yet support Python 3.11 so 'make test' will fail
NO_ARCH= yes
post-extract:
- ${CP} ${FILESDIR}/setup.py ${WRKSRC}/
+ ${SED} 's|%%DISTVERSION%%|${DISTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
.include <bsd.port.mk>