pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint py-weasyprint: SUBST_SED -> SUBST_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5686f2a15c0b
branches:  trunk
changeset: 319363:5686f2a15c0b
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Tue Feb 12 12:45:36 2019 +0000

description:
py-weasyprint: SUBST_SED -> SUBST_VARS.

diffstat:

 print/py-weasyprint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1bdd40863b2 -r 5686f2a15c0b print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Tue Feb 12 12:42:49 2019 +0000
+++ b/print/py-weasyprint/Makefile      Tue Feb 12 12:45:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/02/12 12:42:16 kleink Exp $
+# $NetBSD: Makefile,v 1.21 2019/02/12 12:45:36 kleink Exp $
 
 DISTNAME=      WeasyPrint-44
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -31,7 +31,7 @@
 SUBST_CLASSES+=                pyversfx
 SUBST_STAGE.pyversfx=  pre-configure
 SUBST_FILES.pyversfx=  setup.cfg
-SUBST_SED.pyversfx=    -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
+SUBST_VARS.pyversfx=   PYVERSSUFFIX
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index