summaryrefslogtreecommitdiff
path: root/graphics/py-seqdiag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r--graphics/py-seqdiag/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index fd87da53ac6..6f13ecf505e 100644
--- a/graphics/py-seqdiag/Makefile
+++ b/graphics/py-seqdiag/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2022/01/04 20:54:07 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/05 15:41:12 wiz Exp $
DISTNAME= seqdiag-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/seqdiag/}
@@ -19,6 +19,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_PKG_RESOURCES= yes
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} seqdiag seqdiag-${PYVERSSUFFIX} || ${TRUE}