pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/zim



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 11:57:07 UTC 2020

Modified Files:
        pkgsrc/editors/zim: Makefile

Log Message:
editors/zim: remove nonexistent file from SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/editors/zim/Makefile

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

Modified files:

Index: pkgsrc/editors/zim/Makefile
diff -u pkgsrc/editors/zim/Makefile:1.39 pkgsrc/editors/zim/Makefile:1.40
--- pkgsrc/editors/zim/Makefile:1.39    Tue Mar 10 22:09:45 2020
+++ pkgsrc/editors/zim/Makefile Sat May 16 11:57:07 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2020/03/10 22:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/16 11:57:07 rillig Exp $
 
 DISTNAME=      zim-0.59
-PKGREVISION=   19
+PKGREVISION=   20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    editors
 MASTER_SITES=  http://zim-wiki.org/downloads/
@@ -29,7 +29,7 @@ SUBST_SED.data-path=  -e 's,/usr/local/sh
 SUBST_CLASSES+=                        fix-python
 SUBST_STAGE.fix-python=                pre-configure
 SUBST_MESSAGE.fix-python=      Fixing dynamic python
-SUBST_FILES.fix-python+=       zim/_lib/xdot.py
+SUBST_FILES.fix-python+=       zim/inc/xdot.py
 SUBST_FILES.fix-python+=       zim/_version.py
 SUBST_FILES.fix-python+=       zim/inc/xdot.py
 SUBST_SED.fix-python+=         -e 's,/usr/bin/env python,${PYTHONBIN},'



Home | Main Index | Thread Index | Old Index