summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-16 11:57:07 +0000
committerrillig <rillig@pkgsrc.org>2020-05-16 11:57:07 +0000
commit7d5bac77eb0f4b815159fca31a7c8a24bb76733c (patch)
tree710404cc94938a2c991f78308534ef571b9cb1b1 /editors
parent03b5d79b6a6c2455236341826eb896bffcb4a87c (diff)
downloadpkgsrc-7d5bac77eb0f4b815159fca31a7c8a24bb76733c.tar.gz
editors/zim: remove nonexistent file from SUBST block
Diffstat (limited to 'editors')
-rw-r--r--editors/zim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index 13e51bcf1b3..8e4726ca949 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -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/share/,${PREFIX}/share/,'
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},'