pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   kleink
Date:           Tue Feb 12 12:45:37 UTC 2019

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile

Log Message:
py-weasyprint: SUBST_SED -> SUBST_VARS.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/py-weasyprint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.20 pkgsrc/print/py-weasyprint/Makefile:1.21
--- pkgsrc/print/py-weasyprint/Makefile:1.20    Tue Feb 12 12:42:16 2019
+++ pkgsrc/print/py-weasyprint/Makefile Tue Feb 12 12:45:36 2019
@@ -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 @@ USE_LANGUAGES=        # none
 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