summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 13:10:35 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 13:10:35 +0000
commitf49b3d271e25ac7751a87db04412a3833820658d (patch)
tree964644d0088bd9f9682727e78c204cca866ae245 /print
parent033c3db2e93764fb3a31e8074c67e1671f948241 (diff)
downloadpkgsrc-f49b3d271e25ac7751a87db04412a3833820658d.tar.gz
print/py-weasyprint: remove no-op SUBST block
The word PYVERSSUFFIX does not appear in setup.cfg.
Diffstat (limited to 'print')
-rw-r--r--print/py-weasyprint/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 3b98bdebfa8..8ea942d21d0 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/04/23 18:30:30 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/09 13:10:35 rillig Exp $
DISTNAME= WeasyPrint-51
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -29,11 +29,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
-SUBST_CLASSES+= pyversfx
-SUBST_STAGE.pyversfx= pre-configure
-SUBST_FILES.pyversfx= setup.cfg
-SUBST_VARS.pyversfx= PYVERSSUFFIX
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} weasyprint weasyprint-${PYVERSSUFFIX} || ${TRUE}