summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2022-01-30 10:10:00 +0000
committerjs <js@pkgsrc.org>2022-01-30 10:10:00 +0000
commitb06649e9a81c9a5cf58233ed864f4244a62f798e (patch)
tree16c9fcf46cda9afc9a8535d2230ccb752435bb3f /chat
parent21c06d371e8396cd66194f9ac804700c51a10a61 (diff)
downloadpkgsrc-b06649e9a81c9a5cf58233ed864f4244a62f798e.tar.gz
chat/py-matrix-common: Fix package name
Diffstat (limited to 'chat')
-rw-r--r--chat/py-matrix-common/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/py-matrix-common/Makefile b/chat/py-matrix-common/Makefile
index 66f04d676d5..06ac1956cb5 100644
--- a/chat/py-matrix-common/Makefile
+++ b/chat/py-matrix-common/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/30 10:10:00 js Exp $
-DISTNAME= matrix-python-common-1.0.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= matrix-python-common-${PKGVERSION_NOREV}
+PKGNAME= ${PYPKGPREFIX}-matrix-common-1.0.0
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
GITHUB_PROJECT= matrix-python-common