summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2018-03-20 16:06:44 +0000
committerkhorben <khorben@pkgsrc.org>2018-03-20 16:06:44 +0000
commite3a38e513f0e3140abaaa5ad28f990649ce09998 (patch)
tree75504a21be03d0175a93020cacbccebb022d1d12 /math
parentec5d125f223dcefb51bd360c17b8114be305e8fb (diff)
downloadpkgsrc-e3a38e513f0e3140abaaa5ad28f990649ce09998.tar.gz
Correct the package name for math/py-z3solver
Diffstat (limited to 'math')
-rw-r--r--math/py-z3solver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-z3solver/Makefile b/math/py-z3solver/Makefile
index df2d1fe05fe..02b097b4e63 100644
--- a/math/py-z3solver/Makefile
+++ b/math/py-z3solver/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/03/20 15:47:36 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/20 16:06:44 khorben Exp $
DISTNAME= z3-solver-4.5.1.0.post2
-PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+PKGNAME= ${PYPKGPREFIX}-z3solver
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=z/z3-solver/}